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

python-greenlet/greenlet

0
View on GitHub↗
1,827 stars·266 forks·C++·2 vues

Greenlet

Lightweight in-process concurrent programming

Features

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

Historique des stars

Graphique de l'historique des stars pour python-greenlet/greenletGraphique de l'historique des stars pour python-greenlet/greenlet

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Greenlet

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Greenlet.
  • aiokitchen/aiomiscAvatar de aiokitchen

    aiokitchen/aiomisc

    425Voir sur GitHub↗

    aiomisc - miscellaneous utils for asyncio

    Python
    Voir sur GitHub↗425
  • async-rs/async-stdAvatar de async-rs

    async-rs/async-std

    4,068Voir sur 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
    Voir sur GitHub↗4,068
  • dagrs-dev/dagrsAvatar de dagrs-dev

    dagrs-dev/dagrs

    478Voir sur GitHub↗

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

    Rustasyncconcurrentdag
    Voir sur GitHub↗478
  • agronholm/anyioAvatar de agronholm

    agronholm/anyio

    2,481Voir sur GitHub↗

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

    Pythonasync-awaitasynciotrio
    Voir sur GitHub↗2,481
Voir les 21 alternatives à Greenlet→

Questions fréquentes

Que fait python-greenlet/greenlet ?

Lightweight in-process concurrent programming

Quelles sont les fonctionnalités principales de python-greenlet/greenlet ?

Les fonctionnalités principales de python-greenlet/greenlet sont : Asynchronous Programming.

Quelles sont les alternatives open-source à python-greenlet/greenlet ?

Les alternatives open-source à python-greenlet/greenlet incluent : 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.