[Debian-med-packaging] Bug#962233: ITP: libatomicbitvector -- atomic bitset/bitvector with size determined at runtime
Andreas Tille
tille at debian.org
Thu Jun 4 21:43:14 BST 2020
Package: wnpp
Severity: wishlist
Subject: ITP: libatomicbitvector -- atomic bitset/bitvector with size determined at runtime
Package: wnpp
Owner: Andreas Tille <tille at debian.org>
Severity: wishlist
* Package name : libatomicbitvector
Version : 0.0+git20200519.e295358
Upstream Author : Erik Garrison <erik.garrison at gmail.com>
* URL : https://github.com/ekg/atomicbitvector
* License : Apache-2.0
Programming Lang: C
Description : atomic bitset/bitvector with size determined at runtime
This header-only library encodes a bitvector class with size fixed at
runtime. Atomic operations allow for concurrent access and modification
of the bitset. Such a structure can help with coordinating parallel
processing of a given fixed set of entities, and has the advantage of
only requiring O(1) bit per entry.
.
The atomic_bv_t class is a straightforward extension of ConcurrentBitSet
from Facebook's folly C++ library. It wraps the atomic type with a class
that allows them to be copied, and these wrapped atomic types are then
used to build a vector whose size is determined at runtime.
Remark: This package is maintained by Debian Med Packaging Team at
https://salsa.debian.org/med-team/libatomicbitvector
More information about the Debian-med-packaging
mailing list