Skip to content

Commit 6651f6f

Browse files
author
FastJava Team
committed
docs: link FastTokenize v0.1.0 in FastJava Ecosystem table
1 parent cfdd82b commit 6651f6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ A unified directory of all FastJava modules. Categorized by functional domain, i
7171
| **[FastJSON](https://github.com/andrestubbe/fastjson)** | **50×** | 50× faster than Jackson/Gson | SIMD, Zero-GC| Alpha | `v0.1.3` |
7272
| **[FastString](https://github.com/andrestubbe/faststring)** | **10-100×** | UTF-8 ops vs Java String | SIMD, UTF-8 | Alpha | `v0.1.1` |
7373
| **[FastANSI](https://github.com/andrestubbe/FastANSI)** | **45-48×** | Zero-allocation ANSI state parser | State Machine | Alpha | `v0.1.2` |
74-
| **[FastASCII](https://github.com/andrestubbe/FastASCII)** | **** | Zero-allocation ASCII & UTF-8 byte engine | SIMD, Byte | Alpha | `vmain-SNAPSHOT` |
74+
| **[FastASCII](https://github.com/andrestubbe/FastASCII)** | **** | Zero-allocation ASCII & UTF-8 byte engine | SIMD, Byte | Alpha | `v0.1.0` |
7575
| **[FastContentParse](https://github.com/andrestubbe/FastContentParse)** | **** | Standardized content normalization & extraction | Parser | Alpha | `v0.1.3` |
7676
| **[FastEmojis](https://github.com/andrestubbe/FastEmojis)** | **34-56×** | Zero-allocation Emoji width engine | East Asian Width | Alpha | `v0.1.0` |
77-
| FastTokenizer | | O(n) SIMD scanner vs slow Regex | Deterministic | TODO | |
77+
| **[FastTokenize](https://github.com/andrestubbe/FastTokenize)** | **Sub-µs** | $O(n)$ multi-language scanner & style stream | Zero-Alloc | Alpha | `v0.1.0` |
7878
| FastHTML || HTML parser | SIMD | TODO ||
7979
| FastRegex || SIMD regex engine | AVX2 | TODO ||
8080

0 commit comments

Comments
 (0)