Live data from Hacker News

Viewing profile — blyzz

blyzz

HN member
Joined
Fri, Jan 05, 2024, 10:23 PM UTC
HN karma
3
Public activity
1 items

About blyzz

No profile information was provided.

Recent public activity

  1. comment
    Comment #38885879

    Supporting insertion order is straightforward (but has some trade-offs) - you store the values in a backing array or linked list, and the hash table array stores pointers to the va…