awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesHigh Performance Computing

Optimized data structures and concurrency tools for performance-critical applications.

Explore 5 awesome GitHub repositories matching part of an awesome list · High Performance Computing. Refine with filters or upvote what's useful.

Awesome High Performance Computing GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • jctools/jctoolsAvatar de JCTools

    JCTools/JCTools

    3,851Voir sur GitHub↗

    JCTools is a Java concurrency library providing a collection of lock-less and wait-free data structures. It serves as a toolkit for managing thread-safe data exchange, specifically designed to optimize high-throughput messaging and producer-consumer patterns in multi-threaded applications. The library distinguishes itself by implementing specialized queue structures that minimize contention and maximize throughput. By utilizing techniques such as cache-line padding, memory-barrier-based synchronization, and relaxed-consistency memory ordering, it avoids the performance bottlenecks often assoc

    Concurrency tools and data structures missing from the standard JDK.

    Javaawesomebenchmarksconcurrency
    Voir sur GitHub↗3,851
  • real-logic/agronaAvatar de real-logic

    real-logic/Agrona

    3,205Voir sur GitHub↗

    High Performance data structures and utility methods for Java

    Data structures and utilities for high-performance application development.

    Java
    Voir sur GitHub↗3,205
  • eclipse/eclipse-collectionsAvatar de eclipse

    eclipse/eclipse-collections

    2,632Voir sur GitHub↗

    Eclipse Collections is a collections framework for Java with optimized data structures and a rich, functional and fluent API.

    Collections framework inspired by Smalltalk for efficient data handling.

    Java
    Voir sur GitHub↗2,632
  • leventov/kolobokeAvatar de leventov

    leventov/Koloboke

    1,018Voir sur GitHub↗

    Java Collections till the last breadcrumb of memory and performance

    Collections extension with primitive specializations for memory efficiency.

    Javaannotation-processorcollectionshashmap
    Voir sur GitHub↗1,018
  • rabauke/mplAvatar de rabauke

    rabauke/mpl

    184Voir sur GitHub↗

    A C++17 message passing library based on MPI

    Message passing library based on the MPI standard.

    C++
    Voir sur GitHub↗184
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. High Performance Computing