Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
|
markcjeffrey's comments
login
markcjeffrey
6 months ago
|
parent
|
context
|
next
[–]
| on:
From Rust to reality: The hidden journey of fetch_...
Related: fetch_max is an instance of what the following SPAA 2013 paper calls an atomic "priority update" or atomic "write-with-max". This type of atomic operation can have much lower contention than its counterparts like atomic increment.
https://doi.org/10.1145/2486159.2486189
https://jshun.csail.mit.edu/contention.pdf
Jweb_Guru
6 months ago
|
parent
|
next
[–]
One of the most practically important papers out there, I wish it were better known (but fortunately I think the "right" people know about it).
markcjeffrey
on Dec 2, 2024
|
parent
|
context
|
prev
[–]
| on:
The Beautiful Math of Bloom Filters
In addition to set membership queries, Bloom filters also support set intersection. The structure of the filter plays an important role in whether the false positive rate blows up:
https://www.eecg.utoronto.ca/~mcj/papers/2011.bf-intersectio...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
https://doi.org/10.1145/2486159.2486189 https://jshun.csail.mit.edu/contention.pdf