Grand Central Dispatch

The libdispatch Project, (a.k.a. Grand Central Dispatch), for concurrency on multicore hardware

  • 所有者: swiftlang/swift-corelibs-libdispatch
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Grand Central Dispatch

Grand Central Dispatch (GCD or libdispatch) provides comprehensive support for concurrent code execution on multicore hardware.

libdispatch is currently available on all Darwin platforms. This project aims to make a modern version of libdispatch available on all other Swift platforms. To do this, we will implement as much of the portable subset of the API as possible, using the existing open source C implementation.

libdispatch on Darwin is a combination of logic in the xnu kernel alongside the user-space Library. The kernel has the most information available to balance workload across the entire system. As a first step, however, we believe it is useful to bring up the basic functionality of the library using user-space pthread primitives on Linux. Eventually, a Linux kernel module could be developed to support more informed thread scheduling.

Project Status

A port of libdispatch to Linux has been completed. On Linux, since Swift 3, swift-corelibs-libdispatch has been included in all Swift releases and is used by other swift-corelibs projects.

Opportunities to contribute and on-going work include:

  1. Develop a test suite for the Swift APIs of libdispatch.
  2. Enhance libdispatch as needed to support Swift language evolution and the needs of the other Core Libraries projects.

Build and Install

For detailed instructions on building and installing libdispatch, see INSTALL.md

Testing

For detailed instructions on testing libdispatch, see TESTING.md

主要指标

概览
名称与所有者swiftlang/swift-corelibs-libdispatch
主编程语言C
编程语言Shell (语言数: 8)
平台
许可证Apache License 2.0
所有者活动
创建于2015-11-09 20:13:55
推送于2025-04-25 10:47:29
最后一次提交
发布数2738
最新版本名称swift-6.2-DEVELOPMENT-SNAPSHOT-2025-04-24-a (发布于 2025-04-25 03:47:28)
第一版名称macosforge/libdispatch-187.5 (发布于 )
用户参与
星数2.5k
关注者数248
派生数469
提交数1.6k
已启用问题?
问题数179
打开的问题数66
拉请求数514
打开的拉请求数31
关闭的拉请求数137
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?