awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ConorWilliams avatar

ConorWilliams/libfork

0
View on GitHub↗
879 星标·44 分支·C++·MPL-2.0·1 次浏览conorwilliams.github.io/libfork↗

Libfork

A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines

Features

  • Concurrency and Parallelism - Lock-free continuation-stealing tasking library.

Star 历史

conorwilliams/libfork 的 Star 历史图表conorwilliams/libfork 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Libfork 的开源替代方案

相似的开源项目,按与 Libfork 的功能重合度排序。
  • microsoft/rusttrainingmicrosoft 的头像

    microsoft/RustTraining

    14,636在 GitHub 上查看↗

    This project is a structured Rust programming curriculum and systems programming course designed to take learners from beginner to expert levels. It provides a comprehensive set of training materials focused on mastering the core syntax, idioms, and technical foundations of the Rust language. The project features a specialized language transition framework that maps concepts from C++, managed languages, and dynamic typing to Rust idioms. This allows developers from different ecosystems to translate architectural patterns and memory models into idiomatic Rust. The training covers a broad rang

    Rust
    在 GitHub 上查看↗14,636
  • amanieu/asyncplusplusAmanieu 的头像

    Amanieu/asyncplusplus

    1,417在 GitHub 上查看↗

    Async++ concurrency framework for C++11

    C++
    在 GitHub 上查看↗1,417
  • andreiavrammsd/cpp-channelandreiavrammsd 的头像

    andreiavrammsd/cpp-channel

    584在 GitHub 上查看↗

    C++11 thread-safe container for sharing data between threads (synchronized queue)

    C++channelconcurrent-queuecpp
    在 GitHub 上查看↗584
  • ahoward/forkoffahoward 的头像

    ahoward/forkoff

    74在 GitHub 上查看↗

    brain-dead simple parallel processing for ruby

    Ruby
    在 GitHub 上查看↗74
查看 Libfork 的所有 30 个替代方案→

常见问题解答

conorwilliams/libfork 是做什么的?

A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines

conorwilliams/libfork 的主要功能有哪些?

conorwilliams/libfork 的主要功能包括:Concurrency and Parallelism。

conorwilliams/libfork 有哪些开源替代品?

conorwilliams/libfork 的开源替代品包括: microsoft/rusttraining — This project is a structured Rust programming curriculum and systems programming course designed to take learners from… amanieu/asyncplusplus — Async++ concurrency framework for C++11. andreiavrammsd/cpp-channel — C++11 thread-safe container for sharing data between threads (synchronized queue). apple/swift-corelibs-libdispatch — The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware. arrayfire/arrayfire — ArrayFire is a hardware-agnostic compute framework and JIT-compiled tensor engine designed for high-performance… ahoward/forkoff — brain-dead simple parallel processing for ruby.