awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

17 रिपॉजिटरी

Awesome GitHub RepositoriesSorted Sets

Data structures that store unique elements associated with numerical scores to enable efficient range queries and ranking operations.

Distinguishing note: None of the candidates were provided; this is a specific data structure category under the Data & Databases umbrella.

Explore 17 awesome GitHub repositories matching data & databases · Sorted Sets. Refine with filters or upvote what's useful.

Awesome Sorted Sets GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • dragonflydb/dragonflydragonflydb का अवतार

    dragonflydb/dragonfly

    30,688GitHub पर देखें↗

    Dragonfly is a high-performance, multi-model in-memory data store designed to serve as a drop-in replacement for existing database infrastructures. By utilizing a multi-threaded, shared-nothing architecture and a fiber-based concurrency model, it maximizes CPU utilization and minimizes latency for read and write operations. The system supports a wide range of data structures, including strings, hashes, lists, sets, sorted sets, and JSON documents, while maintaining full compatibility with standard industry wire protocols and client libraries. What distinguishes Dragonfly is its focus on effic

    Maintains collections of unique elements associated with numerical scores to perform efficient range queries and rank-based data retrieval operations.

    C++cachecppdatabase
    GitHub पर देखें↗30,688
  • redis/go-redisredis का अवतार

    redis/go-redis

    22,159GitHub पर देखें↗

    This project is a feature-rich Go client library designed for interacting with Redis. It serves as a comprehensive interface for managing remote data stores, enabling developers to execute standard database commands, handle complex data structures, and perform asynchronous operations within Go applications. The library distinguishes itself through its support for advanced Redis capabilities, including connection pooling, pipelining, and transactional integrity. It provides specialized primitives for managing distributed clusters, including automated topology updates and request routing to sha

    Stores and retrieves items in sorted collections based on assigned scores to facilitate ranking and leaderboard functionality.

    Gogogolangredis
    GitHub पर देखें↗22,159
  • redis/ioredisredis का अवतार

    redis/ioredis

    15,295GitHub पर देखें↗

    ioredis is a performance-focused Redis client for Node.js applications. It provides a comprehensive interface for interacting with Redis servers, including specialized clients for sharded clusters and Sentinel-based high availability environments. The project distinguishes itself through advanced networking and execution capabilities, such as automatic event-loop pipelining to reduce overhead and a system for routing read-write traffic between primary and replica nodes. It also features a dedicated Lua scripting interface that allows server-side scripts to be registered as custom client comma

    Manages unique strings ordered by numerical scores to enable efficient ranking and range queries.

    TypeScriptnodejsredisredis-client
    GitHub पर देखें↗15,295
  • sidekiq/sidekiqsidekiq का अवतार

    sidekiq/sidekiq

    13,540GitHub पर देखें↗

    Sidekiq is a background job processor and queue manager for Ruby that uses Redis to manage asynchronous tasks. It functions as a distributed task scheduler capable of handling periodic, delayed, and recurring jobs across a cluster of worker processes. The project features a job monitoring dashboard and administrative web interface for visualizing system state, tracking worker performance, and managing failed or dead jobs. It provides a distributed rate limiter to control execution frequency across multiple processes. The framework covers a broad range of operational capabilities, including j

    Uses Redis sorted sets to store and trigger future jobs once the current time exceeds the job timestamp.

    Rubybackground-jobsjobsruby
    GitHub पर देखें↗13,540
  • microsoft/garnetmicrosoft का अवतार

    microsoft/garnet

    11,885GitHub पर देखें↗

    Garnet is a multi-threaded in-memory database and distributed key-value store. It functions as a high-performance remote cache store that implements the RESP wire protocol to maintain compatibility with existing Redis clients and libraries. The project is distinguished by a shared-memory architecture that enables parallel request processing across multiple cores for sub-millisecond latency. It features a tiered storage system that automatically offloads colder data from system memory to SSD or cloud storage layers, and includes a specialized vector search database for high-dimensional similar

    Stores unique elements associated with numerical scores to maintain ordered lists for ranking.

    C#cachecache-storagecluster
    GitHub पर देखें↗11,885
  • phpredis/phpredisphpredis का अवतार

    phpredis/phpredis

    10,219GitHub पर देखें↗

    phpredis is a C-based native extension that bridges PHP applications with Redis servers for high-performance data storage and retrieval. It serves as an interface for manipulating strings, hashes, lists, sets, and sorted sets while providing a direct path for executing Redis commands and server-side scripts. The extension provides comprehensive support for distributed environments and high availability. It interfaces with Redis Cluster to distribute data across multiple nodes using hash slots and manages Redis Sentinel for service discovery and automatic failover. It also enables shared state

    Provides native support for sorted set data structures, enabling efficient range queries and ranking operations.

    Cclusterkeydbphp
    GitHub पर देखें↗10,219
  • tporadowski/redistporadowski का अवतार

    tporadowski/redis

    9,987GitHub पर देखें↗

    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

    Enables counting the number of elements in a sorted set that fall within a specific score range.

    Credisredis-for-windowsredis-msi-installer
    GitHub पर देखें↗9,987
  • redis/redisinsightredis का अवतार

    redis/RedisInsight

    8,556GitHub पर देखें↗

    RedisInsight is a graphical user interface and management tool for browsing, analyzing, and administering Redis databases. It provides a visual environment for exploring key-value data structures, managing database instances, and performing data analysis across different operating systems and deployments. The tool distinguishes itself by providing dedicated visual managers for complex operations, including a vector database manager for configuring embeddings and similarity searches, a query workbench for executing raw commands and Lua scripts, and a performance monitoring dashboard for tracki

    Provides capabilities to count or identify elements within specific numerical score windows in sorted sets.

    TypeScriptdatabase-guiredisredis-gui
    GitHub पर देखें↗8,556
  • kevin-wayne/algs4kevin-wayne का अवतार

    kevin-wayne/algs4

    7,519GitHub पर देखें↗

    algs4 is a Java data structures library and algorithm reference collection designed as the source code for a standard computer science textbook curriculum. It provides a comprehensive suite of fundamental implementations for sorting, searching, and core data organization. The project serves as a graph theory framework, offering tools for representing directed and undirected graphs and performing complex traversals and pathfinding. It also includes a broad sorting algorithm suite and a specialized library of Java data structures, including stacks, queues, priority queues, and symbol tables. I

    Implements a sorted integer set using a sorted array for fast membership queries and rank lookups.

    Java
    GitHub पर देखें↗7,519
  • nalgeon/redkanalgeon का अवतार

    nalgeon/redka

    4,555GitHub पर देखें↗

    Redka is a SQL-backed key-value store that implements a Redis-compatible interface. It acts as a relational data bridge, translating non-relational protocol commands into relational queries to provide persistence and ACID transactions using a SQL database backend. The system allows for relational data introspection by exposing internal key-value data as SQL views, enabling direct querying and analysis via relational syntax. It can be deployed as a standalone network server or as an embedded library within a Go application. The project supports a variety of data structures, including strings,

    Stores unique strings associated with numeric scores to enable retrieval by rank or score range.

    Godatabasekey-valuepostgres
    GitHub पर देखें↗4,555
  • apache/incubator-kvrocksapache का अवतार

    apache/incubator-kvrocks

    4,339GitHub पर देखें↗

    Kvrocks एक डिस्क-आधारित NoSQL डेटाबेस और वितरित की-वैल्यू स्टोर है जो बड़े डेटासेट को भौतिक डिस्क पर बनाए रखने के लिए RocksDB स्टोरेज इंजन का लाभ उठाता है। इसे Redis-संगत डेटाबेस होने के लिए डिज़ाइन किया गया है, जो मौजूदा क्लाइंट लाइब्रेरी और टूल के साथ इंटरऑपरेबिलिटी सुनिश्चित करने के लिए मानक Redis संचार प्रोटोकॉल का उपयोग करता है। यह प्रोजेक्ट डिस्क-पर्सिस्टेंट स्टोरेज मॉडल को उन्नत पुनर्प्राप्ति क्षमताओं के साथ जोड़कर खुद को अलग करता है, जिसमें k-नियरेस्ट नेबर क्वेरी के लिए वेक्टर सर्च, फुल-टेक्स्ट सर्च इंडेक्सिंग और जियोस्पेशियल क्वेरी निष्पादन शामिल है। यह क्षैतिज स्केलिंग और उच्च उपलब्धता को सक्षम करने के लिए स्लॉट-आधारित डेटा वितरण और टोपोलॉजी प्रबंधन के साथ वितरित क्लस्टरिंग का समर्थन करता है। सिस्टम JSON दस्तावेजों, स्ट्रीम, सॉर्टेड सेट्स, हैश मैप्स और बिटमैप्स सहित डेटा स्टोरेज प्रकारों की एक विस्तृत श्रृंखला को कवर करता है। यह परमाणु लेनदेन (atomic transactions), लॉग-आधारित प्रतिकृति, और कार्डिनैलिटी अनुमान और सदस्यता जांच के लिए संभाव्य डेटा संरचनाओं जैसे व्यापक डेटा प्रबंधन टूल प्रदान करता है। इसके अतिरिक्त, इसमें सर्वर-साइड स्क्रिप्टिंग, पब/सब मैसेजिंग और सर्वर स्वास्थ्य और स्टोरेज इंजन प्रदर्शन के लिए विस्तृत मॉनिटरिंग शामिल है।

    Maintains a set of unique integer members sorted in ascending order.

    C++
    GitHub पर देखें↗4,339
  • apache/kvrocksapache का अवतार

    apache/kvrocks

    4,338GitHub पर देखें↗

    Kvrocks एक वितरित की-वैल्यू स्टोर और Redis-संगत NoSQL डेटाबेस है। यह डिस्क-आधारित पर्सिस्टेंस प्रदान करने के लिए RocksDB स्टोरेज इंजन का उपयोग करता है, जो इन-मेमोरी सिस्टम की तुलना में कम मेमोरी लागत के साथ उच्च-क्षमता वाले डेटा स्टोरेज की अनुमति देता है। यह सिस्टम एक वेक्टर डेटाबेस और फुल-टेक्स्ट सर्च इंजन के रूप में कार्य करता है, जो वेक्टर एम्बेडिंग पर नियरेस्ट-नेबर सर्च और टेक्स्ट मैचिंग के माध्यम से जटिल दस्तावेज़ क्वेरी का समर्थन करता है। यह डेटा वितरित करने और कई नोड्स में क्षमता को स्केल करने के लिए स्लॉट-आधारित रूटिंग के साथ एक प्रॉक्सीलेस क्लस्टर आर्किटेक्चर का उपयोग करता है। यह प्लेटफॉर्म JSON दस्तावेज़ प्रबंधन, टाइम-सीरीज़ डेटा और रीयल-टाइम स्ट्रीम प्रोसेसिंग सहित डेटा प्रबंधन क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। यह जियोस्पेशियल क्वेरीइंग, सेकेंडरी इंडेक्सिंग और क्वेरी प्लान विश्लेषण के माध्यम से उन्नत सर्च और इंडेक्सिंग प्रदान करता है, साथ ही मेमोरी-कुशल कार्डिनैलिटी और सदस्यता अनुमान के लिए संभाव्य डेटा स्केचिंग प्रदान करता है। अतिरिक्त परिचालन सुविधाओं में परमाणु लेनदेन, पब/सब मैसेजिंग और मल्टी-टेनेंट वातावरण के लिए नेमस्पेस डेटा आइसोलेशन शामिल है।

    Stores unique members with numerical scores to enable range queries by index or lexicographical order.

    C++databasedistributedkv
    GitHub पर देखें↗4,338
  • grantjenks/python-sortedcontainersgrantjenks का अवतार

    grantjenks/python-sortedcontainers

    3,961GitHub पर देखें↗

    This is a Python library providing sorted list, set, and dictionary data structures that maintain their order automatically during insertions and deletions. The library provides a sorted list for fast random access and logarithmic lookups, a sorted set for unique elements and set-theoretic operations, and a sorted dictionary for managing key-value pairs where keys remain sorted. These collections support custom sorting logic through user-defined key functions to determine the order of elements. Core capabilities include positional indexing, range queries, and the use of bisection methods to

    Implements a sorted set for unique elements, supporting set-theoretic operations and index-based access.

    Pythondata-typesdictlist
    GitHub पर देखें↗3,961
  • rdatatable/data.tableRdatatable का अवतार

    Rdatatable/data.table

    3,894GitHub पर देखें↗

    यह प्रोजेक्ट R के लिए एक उच्च-प्रदर्शन सारणीबद्ध डेटा प्रोसेसिंग फ्रेमवर्क है, जिसे मेमोरी दक्षता और गति के साथ बड़े डेटासेट को संभालने के लिए डिज़ाइन किया गया है। यह एक उन्नत डेटा संरचना प्रदान करता है जो अनावश्यक ऑब्जेक्ट कॉपी करने के ओवरहेड के बिना जटिल परिवर्तन करने के लिए संदर्भ शब्दार्थ (reference semantics) और इन-प्लेस संशोधन का उपयोग करता है। यह लाइब्रेरी अपने निम्न-स्तरीय आर्किटेक्चरल ऑप्टिमाइज़ेशन के माध्यम से खुद को अलग करती है, जिसमें मल्टी-थ्रेडेड समानांतर प्रोसेसिंग, रेडिक्स-आधारित सॉर्टिंग और मेमोरी-मैप्ड फ़ाइल पार्सिंग शामिल है। महत्वपूर्ण डेटा हेरफेर और एकत्रीकरण दिनचर्या को संकलित C कोड में ऑफलोड करके, यह उन कार्यों के तेजी से निष्पादन को सक्षम बनाता है जो अन्यथा गणनात्मक रूप से महंगे होंगे। इसका मुख्य इंजन उन्नत रिलेशनल ऑपरेशंस का समर्थन करता है, जैसे कि नॉन-इक्वी, रोलिंग और ओवरलैपिंग इंटरवल जॉइन्स, साथ ही बार-बार डेटा एक्सेस में तेजी लाने के लिए स्वचालित सेकेंडरी इंडेक्सिंग। अपनी प्राथमिक प्रोसेसिंग क्षमताओं के अलावा, यह प्रोजेक्ट डेटा लाइफसाइकिल प्रबंधन के लिए टूल का एक व्यापक सूट प्रदान करता है। इसमें स्वचालित प्रकार पहचान के साथ उच्च-गति अंतर्ग्रहण और सीरियलाइज़ेशन यूटिलिटीज, साथ ही समय-श्रृंखला विश्लेषण और बहु-आयामी एकत्रीकरण के लिए विशेष समर्थन शामिल है। फ्रेमवर्क को स्केल करने के लिए बनाया गया है, जो उपयोगकर्ताओं को सिस्टम स्थिरता और परफॉरमेंस बनाए रखते हुए अरबों पंक्तियों वाले डेटासेट पर जटिल समूहीकरण, फ़िल्टरिंग और रीशेपिंग ऑपरेशन करने की अनुमति देता है।

    Provides specialized date and time classes that use integer storage for memory efficiency and faster arithmetic operations.

    R
    GitHub पर देखें↗3,894
  • hdt3213/godisHDT3213 का अवतार

    HDT3213/godis

    3,836GitHub पर देखें↗

    Godis is a Redis-compatible in-memory database and distributed key-value store. It functions as a replicated data store and distributed message broker, implementing the Redis protocol to manage complex data structures in memory. The system provides a geospatial indexing engine for proximity-based queries and distance calculations. It ensures high availability and data durability through master-slave replication and write-ahead logging. The project covers a wide range of capabilities including the management of strings, hash maps, lists, and sorted sets. It supports distributed data clusterin

    Supports sorted sets that store unique elements ordered by score for ranking and range retrieval.

    Goclustergogodis
    GitHub पर देखें↗3,836
  • nutsdb/nutsdbnutsdb का अवतार

    nutsdb/nutsdb

    3,554GitHub पर देखें↗

    NutsDB is an ACID-compliant, embedded transactional storage engine that functions as both a disk-backed key-value store and an in-memory data structure store. It provides atomic and serializable transactions with commit and rollback capabilities to ensure strict data consistency for applications requiring a lightweight persistence layer. The engine distinguishes itself by supporting a variety of complex data types, including lists, sets, and sorted sets, alongside standard byte-slice storage. It implements a transactional storage model featuring hot backups and a compaction algorithm to maint

    Stores unique elements associated with numerical scores to enable efficient range queries and ranking operations.

    Godata-structuresdatabasego
    GitHub पर देखें↗3,554
  • grantjenks/python-diskcachegrantjenks का अवतार

    grantjenks/python-diskcache

    2,828GitHub पर देखें↗

    This project is a disk-backed key-value store and persistent data structure library for Python. It provides a mechanism for persisting mappings, sets, and queues to the local filesystem to bypass memory limitations and cache expensive function results across threads and processes. The system serves as a cross-process synchronization tool, offering distributed locks, semaphores, and barriers to coordinate shared resource access. It implements advanced caching strategies such as probabilistic stampede prevention, sharded data partitioning to increase throughput, and least-recently-used eviction

    Provides collections of unique elements that remain sorted on disk for range queries and ranking.

    Pythoncachefilesystemkey-value-store
    GitHub पर देखें↗2,828
  1. Home
  2. Data & Databases
  3. Sorted Sets

सब-टैग एक्सप्लोर करें

  • Integer1 सब-टैगSorted sets specifically optimized for storing unique integers to perform efficient range queries. **Distinct from Sorted Sets:** More specific than general sorted sets by restricting members to integers for optimization.
  • Range Counting1 सब-टैगCalculates the number of elements within a specific score range in a sorted set. **Distinct from Sorted Sets:** Focuses on the cardinality of a range rather than retrieving the elements themselves.
  • Time-Ordered SchedulingUsing sorted sets to trigger tasks based on a numerical timestamp score. **Distinct from Sorted Sets:** Distinct from general sorted sets by applying them specifically to task scheduling logic.