Viewing profile — sporadicity
sporadicity
HN member- Joined
- Sun, Apr 02, 2023, 6:40 PM UTC
- HN karma
- 18
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About sporadicity
No profile information was provided.
Recent public activity
-
comment
Comment #35417943
Thanks for the great write-up! I have one quibble with your implementation of quadratic probing though: the usual index function used for quadratic probing is start_index + (i + i^…
-
comment
Comment #35413749
Have you tried absl::flat_map? It uses simd in a different way than described in this article, and Google claims that it saves them a lot of memory because it still works pretty we…