Skip to content

Commit bb4c106

Browse files
author
FastJava Team
committed
docs: sync FastScrape, FastSpider, FastTokenize, and FastFileContentIndex releases
1 parent 52a45fe commit bb4c106

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
3636
| **[FastRobot](https://github.com/andrestubbe/fastrobot)** | **10-17×** | DirectX capture vs AWT Robot | DirectX | Alpha | `v0.1.0` |
3737
| **[FastUIA](https://github.com/andrestubbe/fastuia)** | **❌ Java can't** | Native UIA vs slow polling | Native UIA | Alpha | `v0.1.0` |
3838
| **[FastWindow](https://github.com/andrestubbe/FastWindow)** | **** | Flicker-free resize vs standard JFrame | Win32 API | Alpha | `v0.1.0` |
39-
| **[FastScrape](https://github.com/andrestubbe/FastScrape)** | **** | High-performance DOM scraping | Native HTML | Alpha | `v0.1.0` |
40-
| **[FastSpider](https://github.com/andrestubbe/FastSpider)** | **** | Asynchronous high-speed web crawler | NIO / Async | Alpha | `v0.1.0` |
39+
| **[FastScrape](https://github.com/andrestubbe/FastScrape)** | **** | High-performance DOM scraping | Native HTML | Alpha | `v0.1.1` |
40+
| **[FastSpider](https://github.com/andrestubbe/FastSpider)** | **** | Asynchronous high-speed web crawler | NIO / Async | Alpha | `v0.1.1` |
4141
| FastProcess || Process management | Win32 API | TODO ||
4242
| FastScheduler || Task scheduler | Priority queue | TODO ||
4343

@@ -75,7 +75,7 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
7575
| **[FastASCII](https://github.com/andrestubbe/FastASCII)** | **** | Zero-allocation ASCII & UTF-8 byte engine | SIMD, Byte | Alpha | `v0.1.0` |
7676
| **[FastContentParse](https://github.com/andrestubbe/FastContentParse)** | **** | Standardized content normalization & extraction | Parser | Alpha | `v0.1.4` |
7777
| **[FastEmojis](https://github.com/andrestubbe/FastEmojis)** | **34-56×** | Zero-allocation Emoji width engine | East Asian Width | Alpha | `v0.1.0` |
78-
| **[FastTokenize](https://github.com/andrestubbe/FastTokenize)** | **Sub-µs** | $O(n)$ multi-language scanner & style stream | Zero-Alloc | Alpha | `v0.1.0` |
78+
| **[FastTokenize](https://github.com/andrestubbe/FastTokenize)** | **Sub-µs** | $O(n)$ multi-language scanner & style stream | Zero-Alloc | Alpha | `v0.1.1` |
7979
| **[FastRegex](https://github.com/andrestubbe/FastRegex)** | **2.5–13.2×** | Zero-allocation pattern scanner & SIMD normalizer | Zero-Alloc, SIMD | Alpha | `v0.1.0` |
8080
| FastHTML || HTML parser | SIMD | TODO ||
8181

@@ -96,7 +96,7 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
9696
| FastFileSystem || Index + Search + Watch in one API | Unified API | TODO ||
9797
| **[FastFileScrape](https://github.com/andrestubbe/FastFileScrape)** | **5–10×** | Native file scraping vs Java IO | Tree + Content | Alpha | `v1.0-SNAPSHOT` |
9898
| **[FastGLOB](https://github.com/andrestubbe/FastGLOB)** | **13×** | Native Win32 globbing vs PathMatcher | Win32, C++ | Alpha | `v0.1.0` |
99-
| FastFileContentIndex | | High-speed in-file text indexing | SIMD | TODO | |
99+
| **[FastFileContentIndex](https://github.com/andrestubbe/FastFileContentIndex)** | **** | High-speed 3-gram bloom filter & in-file text index | SIMD, Bloom | Alpha | `v0.1.1` |
100100
| **[FastCompress](https://github.com/andrestubbe/FastCompress)** | **** | Ultra-fast native compression | SIMD, AVX2 | Alpha | `v0.1.1` |
101101

102102
### 9. System

0 commit comments

Comments
 (0)