|
24 | 24 | | **[FastBytes](https://github.com/andrestubbe/fastbytes)** | Data | **2-50×** | AVX2 bulk ops vs standard Java | |
25 | 25 | | **[FastClipboard](https://github.com/andrestubbe/fastclipboard)** | System | **2-3×** | Native vs AWT, zero bugs | |
26 | 26 | | **[FastImageView](https://github.com/andrestubbe/fastimageview)** | Graphics | **10×** | 200ms startup vs 2s Swing | |
| 27 | +| **[FastFileIndex](https://github.com/andrestubbe/FastFileIndex)** | Filesystem | **8×** | Native mmap scan vs Files.walk() | |
| 28 | +| **[FastFileSearch](https://github.com/andrestubbe/FastFileSearch)** | Filesystem | **100-1000×** | Indexed trie vs linear search | |
| 29 | +| **[FastFileWatch](https://github.com/andrestubbe/FastFileWatch)** | Filesystem | **❌ Java can't** | USN Journal instant events — no Java API | |
| 30 | +| **[FastFileSystem](https://github.com/andrestubbe/FastFileSystem)** | Filesystem | **Unified** | Index + Search + Watch in one API | |
27 | 31 | | [FastCore](https://github.com/andrestubbe/fastcore) | System | — | Cross-platform DLL loader | |
28 | 32 | | [FastHotkey](https://github.com/andrestubbe/fasthotkey) | System | **❌ Java can't** | Global hotkeys — no Java API | |
29 | 33 | | [FastTouch](https://github.com/andrestubbe/fasttouch) | System | **❌ Java can't** | Multi-touch pressure — no Java API exists | |
|
119 | 123 | |---------|---------|------|-------| |
120 | 124 | | **[FastIO](https://github.com/andrestubbe/fastio)** | Memory-mapped I/O | IOCP, mmap | Alpha | |
121 | 125 | | **[FastClipboard](https://github.com/andrestubbe/fastclipboard)** | Native clipboard | Win32 API | Alpha | |
| 126 | +| **[FastFileIndex](https://github.com/andrestubbe/FastFileIndex)** | File indexing | mmap, native scan | Alpha | |
| 127 | +| **[FastFileSearch](https://github.com/andrestubbe/FastFileSearch)** | File search | Prefix trie, N-gram | Alpha | |
| 128 | +| **[FastFileWatch](https://github.com/andrestubbe/FastFileWatch)** | File monitoring | USN Journal | Alpha | |
| 129 | +| **[FastFileSystem](https://github.com/andrestubbe/FastFileSystem)** | Unified file system | Index + Search + Watch | Alpha | |
122 | 130 | | FastPointer | Native pointer operations | JNI | TODO | |
123 | 131 | | FastMemory | System/RAM access | Unsafe | TODO | |
124 | 132 | | **[FastCore](https://github.com/andrestubbe/fastcore)** | Unified JNI loader | JNI, DLL loader | Alpha | |
|
0 commit comments