Here is the article.
- Geohash | Location based service
- Quadtree | Location based service
- Consistent hashing | Balance the load within a cluster of services
- Leaky bucket | Rate limiter
- Token bucket | Rate limiter
- Trie | Search autocomplete
- Rsync | File transfers
- Raft/Paxos | Consensus algorithms
- Bloomfilter | Eliminate costly lookups
- Merkle tree | Identify inconsistencies between nodes
- HyperLogLog | Count unique values fast
- Count-min sketch | Estimate frequencies of items
- Hierarchical timing wheels | Job scheduler
- Operational transformation | Collaborative editing
No comments:
Post a Comment