Viewing profile — tonke90
tonke90
HN member- Joined
- Sun, Apr 11, 2021, 8:24 PM UTC
- HN karma
- 2
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About tonke90
No profile information was provided.
Recent public activity
-
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)
-
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?…