stephenberry / glaze

Extremely fast, in memory, JSON and interface library for modern C++
MIT License
1.23k stars 123 forks source link

Using a linear search for partial writing index finding #1427

Closed stephenberry closed 2 weeks ago

stephenberry commented 2 weeks ago

A linear search is cheaper than evaluating a bunch of hash algorithms and then hashing.