Live data from Hacker News

Viewing profile — tonke90

tonke90

HN member
Joined
Sun, Apr 11, 2021, 8:24 PM UTC
HN karma
2
Public activity
2 items

About tonke90

No profile information was provided.

Recent public activity

  1. comment
    Comment #29909595

    There is already something like this in Germany, it even also talks about saving the heat: https://www2.ipp.mpg.de/ippcms/ep/ausgaben/ep200801/0108_spe... (German)

  2. comment
    Comment #26773119

    I've used Bloom filters and found them to be memory latency bound, as queries can not be cached (big data structure, random access). Any recommendations on how to speed up queries?…