awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesBit-Level State Trackers

Utilities for storing binary flags in memory-efficient bitsets.

Distinct from Binary Serialization: Distinct from Binary Serialization: focuses on bit-level state tracking rather than data format conversion.

Explore 2 awesome GitHub repositories matching data & databases · Bit-Level State Trackers. Refine with filters or upvote what's useful.

Awesome Bit-Level State Trackers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • redis/go-redisAvatar redis

    redis/go-redis

    22,159Vezi pe GitHub↗

    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 binary flags using individual bits to minimize memory usage while enabling high-speed counting.

    Gogogolangredis
    Vezi pe GitHub↗22,159
  • tporadowski/redisAvatar tporadowski

    tporadowski/redis

    9,987Vezi pe 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

    Utilizes memory-efficient bitsets to record binary event occurrences across large user populations.

    Credisredis-for-windowsredis-msi-installer
    Vezi pe GitHub↗9,987
  1. Home
  2. Data & Databases
  3. Binary Serialization
  4. Bit-Level State Trackers