HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by ncruces

Comment by ncruces 2 days ago

0 replies

View on Hacker News

I implemented these in my attempt to SIMD optimize Wasm/WASI libc.

https://github.com/ncruces/go-sqlite3/tree/main/sqlite3/libc

For known haystack lengths, and large needles, I found it useful to augment the approach with Quick Search.

https://igm.univ-mlv.fr/~lecroq/string/node19.html