awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesLeaderboard Data Structures

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.

Awesome Leaderboard Data Structures GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • tporadowski/redisAvatar de tporadowski

    tporadowski/redis

    9,987Voir sur GitHub↗

    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.

    Credisredis-for-windowsredis-msi-installer
    Voir sur GitHub↗9,987
  • admol/systemdesignAvatar de Admol

    Admol/SystemDesign

    2,645Voir sur GitHub↗

    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.

    Voir sur GitHub↗2,645
  1. Home
  2. Data & Databases
  3. Leaderboard Data Structures

Explorer les sous-tags

  • Top User RetrievalsSystems for extracting the highest-ranking entities from a leaderboard. **Distinct from Leaderboard Data Structures:** Focuses on the retrieval operation for global leaders, whereas Leaderboard Data Structures covers the underlying storage mechanism.