Skip to content

Commit 97cc223

Browse files
author
FastJava Team
committed
docs: update FastASCII version to v0.1.0
1 parent fe544f7 commit 97cc223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ 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.2` |
7272
| **[FastString](https://github.com/andrestubbe/faststring)** | **10-100×** | UTF-8 ops vs Java String | SIMD, UTF-8 | Alpha | `v0.1.0` |
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` |
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` |
7777
| FastTokenizer || O(n) SIMD scanner vs slow Regex | Deterministic | TODO ||

0 commit comments

Comments
 (0)