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 RepositoriesLock-Free Implementations

Connection pooling strategies that avoid mutexes in favor of non-blocking concurrency primitives.

Distinct from Connection Pooling: Specifically targets the lock-free nature of the pool, as opposed to general connection pooling.

Explore 1 awesome GitHub repository matching data & databases · Lock-Free Implementations. Refine with filters or upvote what's useful.

Awesome Lock-Free Implementations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • brettwooldridge/hikaricpAvatar von brettwooldridge

    brettwooldridge/HikariCP

    21,120Auf GitHub ansehen↗

    HikariCP is a high-concurrency JDBC connection pooling library for Java applications. It provides a reusable set of database connections to reduce the overhead of creating new connections for every request, enabling low-latency database access for applications handling large volumes of simultaneous requests. The project utilizes lock-free connection pooling and non-blocking data structures to ensure high performance. It includes specialized optimizations such as bytecode-optimized statement caching on the driver side to reduce SQL parsing overhead and proxy-based connection wrapping to track

    Employs lock-free collections to ensure extremely low latency in high-concurrency environments.

    Javaconnection-poolhigh-performancejava
    Auf GitHub ansehen↗21,120
  1. Home
  2. Data & Databases
  3. Connection Pooling
  4. Lock-Free Implementations