Viewing profile — TheNumbat
TheNumbat
HN member- Joined
- Tue, Jul 25, 2017, 7:01 PM UTC
- HN karma
- 408
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About TheNumbat
Recent public activity
-
comment
Comment #46622371
https://thenumb.at/
-
comment
Comment #44269801
Indeed, it says that because we don't have a library of NEON intrinsics (like ocaml_simd_sse) yet, but the extension itself works.
-
comment
Comment #44269574
Yeah, this would be great! Currently only 128-bit SSE/NEON is working but AVX is coming very soon. There's also nothing blocking Windows, but it will require some work. (I added th…
- story
- story
- story
- story
-
comment
Comment #36931483
See footnote 3.
- story
- story
-
comment
Comment #36096954
Yes - upcoming posts will cover the uniqueness and data-race-freedom designs.
- story
-
comment
Comment #35418108
I was actually wondering about that - it appears a (i+i^2)/2 sequence makes insertions (and by extension erases with rehashing) 7-10% faster, which is pretty significant. Lookups a…
-
comment
Comment #35414528
Agreed - I do mention in the post that open addressing is impractical when using intrusive linked lists, which are common in low level data structures.
-
comment
Comment #35414174
I just benchmarked absl::flat_hash_map and got results comparable to Robin Hood with a load factor between 75% and 90%, which makes sense. It's also faster for looking up missing k…
- story
- story
- story
- story
- story