Live data from Hacker News

Viewing profile — telez

telez

HN member
Joined
Sun, Aug 21, 2022, 6:35 PM UTC
HN karma
-1
Public activity
6 items

About telez

No profile information was provided.

Recent public activity

  1. comment
    Comment #43466043

    seems like a UI design failure

  2. comment
    Comment #37713915

    but TL2 shouldn't be using more memory than say TinySTM, i don't think. If the implementations are object based and nodes are cache aligned, adding an extra 8 bytes for the version…

  3. comment
    Comment #37713120

    the chart doesn't seem visible on ios safari but i can see it on firefox desktop however, the figure seems to be the same as from the linked paper: https://zenodo.org/record/788671…

  4. comment
    Comment #37712836

    I do not quite understand the last figure for the relaxed avl tree. For the 100 % lookup (rightmost) the TL2 algo should scale linearly with the number of threads. For read-only tr…

  5. comment
    Comment #37630402

    i find that duckdb is great for processing json files. i can never remember how to use jq other than for pretty printing. using duckdb in a bash script with the sql in a heredoc is…

  6. comment
    Comment #32543153

    use grouped targets https://www.gnu.org/software/make/manual/html_node/Multiple-... rather than sentinel.