Grand Central Dispatch

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

  • 所有者: apple/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

概覽

名稱與所有者apple/swift-corelibs-libdispatch
主編程語言C
編程語言Shell (語言數: 8)
平台
許可證Apache License 2.0
發布數2480
最新版本名稱swift-6.0-DEVELOPMENT-SNAPSHOT-2024-04-14-a (發布於 2024-04-15 01:15:30)
第一版名稱macosforge/libdispatch-187.5 (發布於 )
創建於2015-11-09 20:13:55
推送於2024-04-15 08:15:32
最后一次提交
星數2.4k
關注者數223
派生數455
提交數1.5k
已啟用問題?
問題數169
打開的問題數60
拉請求數492
打開的拉請求數26
關閉的拉請求數129
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部