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
·

3 repository-uri

Awesome GitHub RepositoriesAsynchronous Event Loops

Frameworks for managing non-blocking I/O and event-driven architectures.

Explore 3 awesome GitHub repositories matching part of an awesome list · Asynchronous Event Loops. Refine with filters or upvote what's useful.

Awesome Asynchronous Event Loops GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tencent/libcoAvatar Tencent

    Tencent/libco

    8,684Vezi pe GitHub↗

    libco is a C++ coroutine library and user-space task orchestrator designed for cooperative multitasking and high-concurrency execution. It functions as a high-concurrency network framework and a synchronous-to-asynchronous wrapper that allows blocking system calls and socket functions to run asynchronously without modifying existing business logic. The project utilizes a specialized stack-copying context switching model to support millions of simultaneous TCP connections on a single machine. It includes a high-performance time wheel scheduler for managing asynchronous background jobs and dela

    Coroutine-based library for high-concurrency I/O.

    C++
    Vezi pe GitHub↗8,684
  • yyzybb537/libgoAvatar yyzybb537

    yyzybb537/libgo

    3,303Vezi pe GitHub↗

    Go-style concurrency in C++11

    Go-style concurrency framework using C++11 coroutines.

    C++c-plus-pluscoroutinelibgo
    Vezi pe GitHub↗3,303
  • joyent/libuvAvatar joyent

    joyent/libuv

    3,250Vezi pe GitHub↗

    libuv is a multi-platform support library with a focus on asynchronous I/O. It was primarily developed for use by Node.js, but it's also used by Mozilla's Rust language, Luvit, Julia, pyuv, and others.

    Cross-platform library for asynchronous I/O operations.

    C
    Vezi pe GitHub↗3,250
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Asynchronous Event Loops