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
·

1 repository

Awesome GitHub RepositoriesConcurrent

Grouping data store updates into batches using concurrent buffers to improve write throughput.

Distinct from Update Batching: Focuses on backend data-store update batching via rings, not UI render cycles or grid updates.

Explore 1 awesome GitHub repository matching user interface & experience · Concurrent. Refine with filters or upvote what's useful.

Awesome Concurrent GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • dgraph-io/ristrettoAvatar dgraph-io

    dgraph-io/ristretto

    6,932Vezi pe GitHub↗

    Ristretto is a high-performance in-memory cache and concurrent key-value store for Go applications. It provides a thread-safe memory store that manages strict memory bounds and employs probabilistic set filters to reduce lookup overhead. The system is distinguished by an admission-policy cache that utilizes frequency sketches and cost-based eviction to maximize hit ratios. It minimizes contention and improves throughput through the use of striped ring buffers and concurrent map sharding. The project covers a broad range of data management capabilities, including time-based expiration, item f

    Buffers data updates into striped rings and drains them in batches to reduce contention.

    Go
    Vezi pe GitHub↗6,932
  1. Home
  2. User Interface & Experience
  3. Update Batching
  4. Concurrent