Viewing profile — arunodhaya
arunodhaya
HN member- Joined
- Sun, Jul 24, 2022, 2:32 PM UTC
- HN karma
- 2
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About arunodhaya
No profile information was provided.
Recent public activity
-
comment
Comment #43968551
Thanks a lot, Erik. I learnt so much from digging into your code and attempting to implement parts of it by referring to your code, especially around Raft. Looking forward to doing…
-
comment
Comment #35773859
HyperLogLog is a probabilistic algorithm that allows for a highly accurate "estimation" of the number of distinct elements in a dataset. In this post, we'll see how HLL works and i…
- story
- story
-
comment
Comment #35409560
CountMinSketch is a probabilistic data structure to quickly estimate frequencies of elements in a stream or large datasets. At the end of the post, you'll be able to build your own…
- story