awesome-repositories.com
Blog
MCP
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
·
crowded avatar

crowded/ply

0
View on GitHub↗
247 stars·17 forks·F#·MIT·2 vues

Ply

The goal of Ply is to be a very low overhead Task abstraction like it is in C#.

Features

  • Concurrent Programming - High-performance task computation expressions.

Historique des stars

Graphique de l'historique des stars pour crowded/plyGraphique de l'historique des stars pour crowded/ply

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 à Ply

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Ply.
  • balloonwj/cppguideAvatar de balloonwj

    balloonwj/CppGuide

    6,030Voir sur GitHub↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    Voir sur GitHub↗6,030
  • actix/actixAvatar de actix

    actix/actix

    9,223Voir sur GitHub↗

    Actix is a Rust actor framework and concurrent programming toolkit designed for building applications that manage state through an asynchronous messaging system. It provides a model where independent actors serve as autonomous units of state and logic, communicating via strongly typed messages sent to unique addresses. The framework distinguishes itself by isolating state within these actors, allowing internal data to be mutated safely during message handling without the use of locks or mutexes. It employs an asynchronous mailbox system to buffer incoming requests and uses supervision strateg

    Rustactixactoractor-model
    Voir sur GitHub↗9,223
  • fsprojects/fsharp.control.asyncseqF

    fsprojects/FSharp.Control.AsyncSeq

    0Voir sur GitHub↗

    FSharp.Control.AsyncSeq is a collection of asynchronous programming utilities for F#.

    Voir sur GitHub↗0
  • dbrattli/reactionD

    dbrattli/Reaction

    0Voir sur GitHub↗

    `fs Fable |> AsyncRx `

    Voir sur GitHub↗0
Voir les 10 alternatives à Ply→

Questions fréquentes

Que fait crowded/ply ?

The goal of Ply is to be a very low overhead Task abstraction like it is in C#.

Quelles sont les fonctionnalités principales de crowded/ply ?

Les fonctionnalités principales de crowded/ply sont : Concurrent Programming.

Quelles sont les alternatives open-source à crowded/ply ?

Les alternatives open-source à crowded/ply incluent : balloonwj/cppguide — CppGuide is a curated collection of educational resources and practical guides focused on C++ server development,… actix/actix — Actix is a Rust actor framework and concurrent programming toolkit designed for building applications that manage… fsprojects/fsharp.control.asyncseq — FSharp.Control.AsyncSeq is a collection of asynchronous programming utilities for F#. fsprojects/fsharpx.async — FSharpx.Async is a collection of asynchronous programming utilities for F#. hopac/hopac — Reference — Guide — Docs. iyyel/fio — 🪻 A Type-Safe, Purely Functional Effect System for Asynchronous and Concurrent F#.