Viewing profile — HenryR
HenryR
HN member- Joined
- Wed, Aug 13, 2008, 2:39 PM UTC
- HN karma
- 602
- Public activity
- 96 items
- HN profile
- View on Hacker News ↗
About HenryR
No profile information was provided.
Recent public activity
-
comment
Comment #32980585
You might not be aware that this is one of, if not the , seminal paper in distributed systems. Lamport clocks, described briefly in the review, are an answer to the general problem…
- story
-
comment
Comment #29736556
This might be useful: https://web.stanford.edu/class/ee384m/Handouts/HowtoReadPape... If you find there is just too much unfamiliar technical language, it’s a good idea to pause an…
-
comment
Comment #29736541
Companies usually provide the space and will sponsor pizza and drinks, at least in SF. That’s about all the costs beyond the time of the organizers which is offered for free.
-
comment
Comment #23807488
Where Wizards Stay Up Late ( https://www.amazon.com/Where-Wizards-Stay-Up-Late/dp/0684832... )
- story
- story
- story
- story
- story
-
comment
Comment #18424480
Authors try to compare their work against hash tables because, usually, HT represent an upper bound on the performance of point-lookups; we don't know how to do much better in gene…
- story
- story
- story
- story
- story
-
comment
Comment #18206188
Should be fixed now! (But I've been wrong with css before)
-
comment
Comment #18205111
Oh yeah that's no good. I'll fix that when I'm back at my computer. Thanks for pointing that out!
-
comment
Comment #18203245
Yeah, Masstree has settled into the standard set of comparator systems for most research since it was published - and not as a strawman "this system was crap, so let's pretend we'v…
-
comment
Comment #18203231
I could either figure out how Judy works, or review another three papers :)
-
comment
Comment #18203228
I don't know of one, but it's such a natural idea that I'd guess it's been studied. There are standard implementations of LRU caches that use e.g. a hash map and a linked list to g…
-
comment
Comment #18203000
Author here - if you like this you might also like another paper summary of mine in the same vein: https://news.ycombinator.com/item?id=18132730
-
comment
Comment #18202633
Here's a recent comparison of Masstree to ART: https://twitter.com/andy_pavlo/status/986647389820747776?s=2... ART looks to be better in most cases. It's on my list of K-V stores t…
- story
-
comment
Comment #18136801
I am surprised that anyone is trying to differentiate on storage at this time, precisely when that's the part of the stack that's being cannibalized by the cloud vendors (look at t…