xenium 0.0.2+ds-8 source package in Ubuntu

Changelog

xenium (0.0.2+ds-8) unstable; urgency=medium

  * Team upload.
  * Fix watch file

 -- Andreas Tille <email address hidden>  Tue, 06 Dec 2022 20:12:23 +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 Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xenium_0.0.2+ds-8.dsc 2.1 KiB de688005ec5293a2b4e06111390124204534b8137292f69fbe17e996ea207120
xenium_0.0.2+ds.orig.tar.xz 114.3 KiB a85b4fa84b873bd96b73201b2d50e8ef35b433855c59116462f2e6b0b3d22ac4
xenium_0.0.2+ds-8.debian.tar.xz 5.5 KiB 1c6b7c93802572c1446db5eb5cef5dd1879c4cdab36eb1c7993b202bdbb2d42f

Available diffs

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.