awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesData Sharding Utilities

Tools for partitioning large data structures into independent segments to minimize lock contention and improve throughput.

Distinguishing note: None available; no candidates provided.

Explore 1 awesome GitHub repository matching data & databases · Data Sharding Utilities. Refine with filters or upvote what's useful.

Awesome Data Sharding Utilities GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tokio-rs/tokioAvatar von tokio-rs

    tokio-rs/tokio

    32,309Auf GitHub ansehen↗

    Tokio is an asynchronous runtime for the Rust programming language, designed to manage and execute concurrent tasks efficiently. It provides a multi-threaded execution environment that schedules lightweight tasks across available processor cores, utilizing a work-stealing scheduler to balance computational load. By employing a poll-based execution model and waker-based notifications, the runtime drives asynchronous operations forward without requiring active polling loops, ensuring efficient resource utilization. The project distinguishes itself through a comprehensive suite of tools for high

    The runtime divides large data structures into independent segments protected by individual locks to reduce contention and improve performance in high-concurrency applications.

    Rustasynchronousnetworkingrust
    Auf GitHub ansehen↗32,309
  1. Home
  2. Data & Databases
  3. Data Sharding Utilities