全部搜尋項
bullseye  ] [  bookworm  ] [  trixie  ] [  forky  ] [  sid  ]
[ 原始碼: libatomic-queue  ]

套件:libatomic-queue-dev(1.7.1-1)

libatomic-queue-dev 的相關連結

Screenshot

Debian 的資源:

下載原始碼套件 libatomic-queue

維護小組:

外部的資源:

相似套件:

devel files for C++ atomic_queue library

C++11 multiple-producer-multiple-consumer lockless queues based on circular buffer with std::atomic. The main design principle these queues follow is simplicity: the bare minimum of atomic operations, fixed size buffer, value semantics.

The circular buffer side-steps the memory reclamation problem inherent in linked-list based queues for the price of fixed buffer size. See Effective memory reclamation for lock-free data structures in C++ for more details.

These qualities are also limitations:

 * The maximum queue size must be set at compile time or construction time.
 * There are no OS-blocking push/pop functions.

Nevertheless, ultra-low-latency applications need just that and nothing more. The simplicity pays off, see the throughput and latency benchmarks.

Available containers are:

 * AtomicQueue - a fixed size ring-buffer for atomic elements.
 * OptimistAtomicQueue - a faster fixed size ring-buffer for atomic
   elements which busy-waits when empty or full.
 * AtomicQueue2 - a fixed size ring-buffer for non-atomic elements.
 * OptimistAtomicQueue2 - a faster fixed size ring-buffer for non-atomic
   elements which busy-waits when empty or full.

These containers have corresponding AtomicQueueB, OptimistAtomicQueueB, AtomicQueueB2, OptimistAtomicQueueB2 versions where the buffer size is specified as an argument to the constructor.

標籤: 軟體開發: 函式庫, 角色: 開發用函式庫

下載 libatomic-queue-dev

下載可用於所有硬體架構的
硬體架構 套件大小 安裝後大小 檔案
amd64 11。3 kB59。0 kB [檔案列表]
arm64 11。3 kB59。0 kB [檔案列表]
armhf 11。3 kB59。0 kB [檔案列表]
i386 11。3 kB59。0 kB [檔案列表]
ppc64el 11。3 kB59。0 kB [檔案列表]
riscv64 11。3 kB59。0 kB [檔案列表]
s390x 11。3 kB59。0 kB [檔案列表]