Hacker News
- The Simple Magic of Consistent Hashing (2011) https://www.paperplanes.de/2011/12/9/the-magic-of-consistent-hashing.html 3 comments
- Overflow in consistent hashing (2018) https://rmarcus.info/blog/2018/09/14/consistent-hashing-overflow.html 15 comments
- Data Partitioning and Consistent Hashing https://www.thedigitalcatonline.com/blog/2022/08/23/data-partitioning-and-consistent-hashing/ 2 comments
- Consistent Hashing for Dummies https://www.franzoni.eu/consistent-hashing-for-dummies/ 7 comments
- Show HN: Jump consistent hash in Go https://github.com/renstrom/go-jump-consistent-hash 2 comments
- A Fast, Minimal Memory, Consistent Hash Algorithm http://arxiv.org/abs/1406.2294v1 26 comments
- A Fast, Minimal Memory, Consistent Hash Algorithm http://arxiv.org/abs/1406.2294 22 comments
- Redis (consistent hashing based) sharding made easy http://emre.github.io/redis-router/ 23 comments
- Consistent Hashing http://www.tomkleinpeter.com/2008/03/17/programmers-toolbox-part-3-consistent-hashing/ 10 comments
Lobsters
- Improving load balancing with a new consistent-hashing algorithm https://medium.com/vimeo-engineering-blog/improving-load-balancing-with-a-new-consistent-hashing-algorithm-9f1bd75709ed 3 comments distributed , networking
- Kinesis consumer balancing via consistent hashing https://knock.app/blog/kinesis-consumer-balancing 4 comments distributed , elixir
- Improving load balancing with a new consistent-hashing algorithm https://medium.com/vimeo-engineering-blog/improving-load-balancing-with-a-new-consistent-hashing-algorithm-9f1bd75709ed 5 comments programming
- Let's Implement Consistent Hashing In Golang https://beyondthesyntax.substack.com/p/lets-implement-consistent-hashing 15 comments golang
- Consistent Hashing: An Overview and Implementation in Golang https://permify.co/post/consistent-hashing/ 4 comments golang
- Consistent hashing algorithm explained http://highscalability.com/blog/2023/2/22/consistent-hashing-algorithm.html 19 comments programming
- Work distribution with Jump Consistent Hashing https://zacksiri.dev/posts/work-distribution-with-jump-consistent-hashing 5 comments elixir
- Consistent hashing explained https://systemdesign.one/consistent-hashing-explained/ 4 comments compsci
- Implementation of load balancer — Consistent hashing https://jimmyleo.medium.com/implementation-of-load-balancer-consistent-hashing-3c3f95f97ff6 48 comments java
- Partitioning: Consistent Hashing https://distributed-computing-musings.com/2022/01/partitioning-consistent-hashing/ 5 comments programming
- Nicholas Weaver (@ncweaver): Ohohohoh... Apple's system is really clever, and apart from that it is privacy sensitive mass surveillance, it is really robust. It consists of two pieces: a hash algorithm and a matching process. Both are nifty, and need a bit of study, but 1st impressions... https://threadreaderapp.com/thread/1423366584429473795.html 165 comments apple
- New Algorithm that overcomes limitations by hash and B-tree indexes. Search by any possible search key combination in consistent high performance. https://jac.ut.ac.ir/article_76227_f4783d3e9e2ddaf29259318978af6743.pdf 16 comments compsci
- Rendezvous Hashing: An alternative to Consistent Hashing https://medium.com/i0exception/rendezvous-hashing-8c00e2fb58b0 5 comments programming
- Consistent Hashing: Algorithmic Tradeoffs https://medium.com/@dgryski/consistent-hashing-algorithmic-tradeoffs-ef6b8e2fcae8 3 comments programming
- lafikl/consistent: a package for Consistent Hashing and Consistent Hashing With Bounded Loads. https://github.com/lafikl/consistent 3 comments golang
- A Guide to Consistent Hashing http://tekhinnovation.blogspot.com/2017/05/a-guide-to-consistent-hashing.html 3 comments programming
- Consistent Hashing http://blog.carlosgaldino.com/consistent-hashing.html 32 comments programming
- Implementation of the Jump Consistent Hash algorithm in Go. https://github.com/benbjohnson/jmphash 6 comments golang
- A Fast, Minimal Memory, Consistent Hash Algorithm http://arxiv.org/abs/1406.2294v1 18 comments programming
- Consistent Hashing in Go (aka. Hashring) https://github.com/serialx/hashring 4 comments golang
- A Fast, Minimal Memory, Consistent Hash Algorithm http://arxiv.org/pdf/1406.2294v1.pdf 11 comments haskell
- Hashing Tables to Ensure Consistency in Postgres, Redshift and MySQL https://periscope.io/blog/hashing-tables-to-ensure-consistency-in-postgres-redshift-and-mysql.html 3 comments programming
- Consistent hash package for Go from StatHat http://www.stathat.com/src/consistent 4 comments golang
- Consistent Hashing http://www.tomkleinpeter.com/2008/03/17/programmers-toolbox-part-3-consistent-hashing/ 44 comments programming
- Consistent Hashing with Haskell http://www.fatvat.co.uk/2010/02/consistent-hashing-with-haskell.html 7 comments programming
- Programmer’s Toolbox Part 3: Consistent Hashing http://www.spiteful.com/2008/03/17/programmers-toolbox-part-3-consistent-hashing/ 21 comments programming
- What is Consistent Hashing and Why You Should Care http://weblogs.java.net/blog/tomwhite/archive/2007/11/consistent_hash.html 10 comments programming
- Consistent Hashing Using Fibonacci Encoding allows O(log(n)) for all operations including adding and removing nodes instead of O(k/n+log(n)). https://github.com/1ykos/fibonacci_table 17 comments programming
- Good job and keep your BU/Classic nodes up! DoS'ers are attacking nodes to stop potential bigger block propagation now that BU/Classic hash-rate is consistently around 40%-50% https://www.reddit.com/r/btc/comments/6a4pty/good_job_and_keep_your_buclassic_nodes_up_dosers/ 61 comments btc
- Maglev Hash: Consistent Hash with Guaranteed Even Distribution. https://peng.fyi/post/maglev-hash-alternatives-for-ring-hash/ 3 comments programming
- Consistent Hashing — An Efficient & Scalable Data Distribution Algorithm https://medium.com/@animeshgaitonde/consistent-hashing-an-efficient-scalable-data-distribution-algorithm-a81fc5c0a6c7?sk=5338c7525a593d40177d10229460c20e 5 comments programming