Thread
Stories related to "SIMD-ized faster parse of IPv4 addresses" across the full archive.
related VLDB paper http://www.vldb.org/pvldb/vol11/p1576-palkar.pdf
This post provides a complete tour of Generalized LL (GLL) parsing along with GSS (graph structured stack) and extraction of parse trees from SPPF (shared packed parse forest). This is part of my ongoing effort to document various parsing algorithms.
I am looking for feedback on structure as well...
Context: FxHash is a non-cryptographic hash used in the Rust compiler. It affects performance a lot. Different people were looking for a faster(*) hash for years(https://nnethercote.github.io/2021/12/08/a-brutally-effective-hash-function-in-rust.html), without success, and it looks like this recentl...