Fastest(?) SIMD CSV Parser in Rust
Beats simd-csv with pclmulqdq trick, but CSV parsing is a solved category.
A SIMD boosted high-performance and correct Python JSON parsing library, faster than the fastest.
Beats orjson via UTF-8 cache exploitation and SIMD; actual speed wins, real benchmarks.
Python developers processing large JSON workloads
orjson · ujson · rapidjson
I noticed that orjson has closed its issue tracker: https://news.ycombinator.com/item?id=47022606. If the community wishes to maintain a stable, high‑performance JSON parser, ssrJSON could be considered as an alternative.
Beats simd-csv with pclmulqdq trick, but CSV parsing is a solved category.
14-50x faster Rust port of lingam, but causal discovery is a niche research domain.
Rust rewrite with PDFium delivers 100x speedup over the Python v1.
VP-Tree + SIMD beats Faiss 39× on exact L2, 257× on binary search.
Rust core beats LangChain's Python bottleneck, but chunking alone won't move the needle.
Pure C99 GPT with SIMD beats Python 4,600x; drop two files into any project.