xenium 0.0.2+ds-6 source package in Ubuntu
Changelog
xenium (0.0.2+ds-6) unstable; urgency=medium * Team upload. * Builds on amd64 only -- Andreas Tille <email address hidden> Wed, 22 Dec 2021 16:51:28 +0100
Upload details
- Uploaded by:
- Debian Med
- Uploaded to:
- Sid
- Original maintainer:
- Debian Med
- Architectures:
- any-amd64 all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
xenium_0.0.2+ds-6.dsc | 2.1 KiB | 82cf70546832729fd497b41bdd9d6e6dfa2bbd55098428e8ee0b5cf785cdf269 |
xenium_0.0.2+ds.orig.tar.xz | 114.3 KiB | a85b4fa84b873bd96b73201b2d50e8ef35b433855c59116462f2e6b0b3d22ac4 |
xenium_0.0.2+ds-6.debian.tar.xz | 5.3 KiB | e8204daf44d3db630e755be47b2dd933ed75c21352af78f6b5989084573d1988 |
Available diffs
- diff from 0.0.2+ds-5 to 0.0.2+ds-6 (611 bytes)
No changes file available.
Binary packages built by this source
- libxenium-dev: concurrent data structures and memory reclamation algorithms
xenium is a header-only library that provides a collection of concurrent
data structures and memory reclamation algorithms. The data structures
are parameterized so that they can be used with various reclamation
schemes (similar to how the STL allows customization of allocators).
.
* header only
* highly customizable
* no initialization code needed
* supports dynamic number of threads (no fixed compile time
specification)
- libxenium-doc: HTML documentation for the xenium library
xenium is a header-only library that provides a collection of concurrent
data structures and memory reclamation algorithms. The data structures
are parameterized so that they can be used with various reclamation
schemes (similar to how the STL allows customization of allocators).
.
* header only
* highly customizable
* no initialization code needed
* supports dynamic number of threads (no fixed compile time
specification)
.
This package contains the documentation for libxenium as well as some
benchmarking and testing code.