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
·
python-greenlet avatar

python-greenlet/greenlet

0
View on GitHub↗
1,827 stele·266 fork-uri·C++·3 vizualizări

Greenlet

Lightweight in-process concurrent programming

Features

  • Asynchronous Programming - Enables lightweight in-process concurrent programming.

Istoric stele

Graficul istoricului de stele pentru python-greenlet/greenletGraficul istoricului de stele pentru python-greenlet/greenlet

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Greenlet

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Greenlet.
  • aiokitchen/aiomiscAvatar aiokitchen

    aiokitchen/aiomisc

    425Vezi pe GitHub↗

    aiomisc - miscellaneous utils for asyncio

    Python
    Vezi pe GitHub↗425
  • async-rs/async-stdAvatar async-rs

    async-rs/async-std

    4,068Vezi pe GitHub↗

    async-std is a Rust asynchronous runtime and non-blocking I/O library. It serves as an asynchronous standard library, providing a set of alternatives to the core Rust library for managing concurrent tasks, networking, and file system access. The project implements a standard-library-mirrored API, offering asynchronous versions of existing synchronous types to maintain a familiar interface. This approach allows for asynchronous Rust development using an interface that reflects the ergonomics of the language's standard library. The runtime includes a task executor for scheduling and executing

    Rustasyncasync-awaitasync-rust
    Vezi pe GitHub↗4,068
  • dagrs-dev/dagrsAvatar dagrs-dev

    dagrs-dev/dagrs

    478Vezi pe GitHub↗

    High-performance, Rust-based asynchronous task programming framework implementing Flow-Based Programming for scalable directed acyclic graph (DAG) task orchestration

    Rustasyncconcurrentdag
    Vezi pe GitHub↗478
  • agronholm/anyioAvatar agronholm

    agronholm/anyio

    2,481Vezi pe GitHub↗

    High level asynchronous concurrency and networking framework that works on top of either Trio or asyncio

    Pythonasync-awaitasynciotrio
    Vezi pe GitHub↗2,481
Vezi toate cele 21 alternative pentru Greenlet→

Întrebări frecvente

Ce face python-greenlet/greenlet?

Lightweight in-process concurrent programming

Care sunt principalele funcționalități ale python-greenlet/greenlet?

Principalele funcționalități ale python-greenlet/greenlet sunt: Asynchronous Programming.

Care sunt câteva alternative open-source pentru python-greenlet/greenlet?

Alternativele open-source pentru python-greenlet/greenlet includ: aiokitchen/aiomisc — aiomisc - miscellaneous utils for asyncio. async-rs/async-std — async-std is a Rust asynchronous runtime and non-blocking I/O library. It serves as an asynchronous standard library,… dagrs-dev/dagrs — High-performance, Rust-based asynchronous task programming framework implementing Flow-Based Programming for scalable… dpc/mioco — [no longer maintained] Scalable, coroutine-based, fibers/green-threads for Rust. (aka MIO COroutines). fastapi/asyncer — Asyncer, async and await, focused on developer experience. agronholm/anyio — High level asynchronous concurrency and networking framework that works on top of either Trio or asyncio.