Live data from Hacker News

Viewing profile — TheNumbat

TheNumbat

HN member
Joined
Tue, Jul 25, 2017, 7:01 PM UTC
HN karma
408
Public activity
20 items

About TheNumbat

https://thenumb.at/

Recent public activity

  1. comment
    Comment #46622371

    https://thenumb.at/

  2. 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.

  3. 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…

  4. story
  5. story
  6. story
  7. story
  8. comment
    Comment #36931483

    See footnote 3.

  9. story
  10. story
  11. comment
    Comment #36096954

    Yes - upcoming posts will cover the uniqueness and data-race-freedom designs.

  12. story
  13. 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…

  14. 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.

  15. 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…

  16. story
  17. story
  18. story
  19. story
  20. story