Update ML Intern artifact metadata
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# FastSeek WPF
|
| 2 |
|
| 3 |
A Windows-only WPF port of the FastSeek instant file search tool.
|
|
@@ -44,3 +48,11 @@ The app reads the NTFS Master File Table (MFT) directly via `FSCTL_ENUM_USN_DATA
|
|
| 44 |
- [ ] The `ReadFile` P/Invoke for MFT direct read requires `FILE_FLAG_NO_BUFFERING` on some systems
|
| 45 |
- [ ] `PeekMessageW` in a hotkey thread should use `GetMessageW` for lower CPU usage
|
| 46 |
- [ ] Index store arena allocation during live updates (Insert/Remove) could be optimized with memory pooling instead of full reallocation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- ml-intern
|
| 4 |
+
---
|
| 5 |
# FastSeek WPF
|
| 6 |
|
| 7 |
A Windows-only WPF port of the FastSeek instant file search tool.
|
|
|
|
| 48 |
- [ ] The `ReadFile` P/Invoke for MFT direct read requires `FILE_FLAG_NO_BUFFERING` on some systems
|
| 49 |
- [ ] `PeekMessageW` in a hotkey thread should use `GetMessageW` for lower CPU usage
|
| 50 |
- [ ] Index store arena allocation during live updates (Insert/Remove) could be optimized with memory pooling instead of full reallocation
|
| 51 |
+
|
| 52 |
+
<!-- ml-intern-provenance -->
|
| 53 |
+
## Generated by ML Intern
|
| 54 |
+
|
| 55 |
+
This model repository was generated by [ML Intern](https://github.com/huggingface/ml-intern), an agent for machine learning research and development on the Hugging Face Hub.
|
| 56 |
+
|
| 57 |
+
- Try ML Intern: https://smolagents-ml-intern.hf.space
|
| 58 |
+
- Source code: https://github.com/huggingface/ml-intern
|