2 dépôts
Ranked data structures used to track and retrieve top-performing entities based on numeric scores.
Distinct from Leaderboards: The candidates are either too specific to funds or too general; this targets the underlying data structure used for ranking.
Explore 2 awesome GitHub repositories matching data & databases · Leaderboard Data Structures. Refine with filters or upvote what's useful.
Redis is a high-performance in-memory key-value store that functions as a distributed cache, message broker, and NoSQL database. It provides sub-millisecond read and write access to data stored in RAM and can operate as a vector database for indexing high-dimensional embeddings. The system supports a wide range of data storage and synchronization primitives, including the management of strings, hashes, lists, sets, and JSON documents. It enables real-time data operations through atomic transactions, hybrid persistence using snapshots and append-only logs, and high-availability configurations
Uses sorted sets to maintain unique members with numeric scores for native ranking and range lookups.
This project is a reference library of architectural blueprints, study materials, and design patterns for building scalable, high-availability distributed systems. It serves as a technical guide for scalability engineering, providing structural solutions for common engineering challenges. The repository focuses on distributed systems design, covering essential patterns for data replication, consensus algorithms, and transaction management. It distinguishes itself by offering detailed blueprints for specialized domains, including real-time data streaming, large-scale data storage, and high-ava
Provides architectural patterns for fetching the highest-scoring users for global leaderboards.