Live data from Hacker News

Viewing profile — arunodhaya

arunodhaya

HN member
Joined
Sun, Jul 24, 2022, 2:32 PM UTC
HN karma
2
Public activity
6 items

About arunodhaya

No profile information was provided.

Recent public activity

  1. 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…

  2. 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…

  3. story
  4. story
  5. 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…

  6. story