xenium 0.0.2+ds-5 source package in Ubuntu

Changelog

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

  * Team Upload.
  * Add patch to fix GCC-11 FTBFS (Closes: #997269)

 -- Nilesh Patra <email address hidden>  Sun, 24 Oct 2021 02:11:28 +0530

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any-amd64 any-i386 sparc64 all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
xenium_0.0.2+ds-5.dsc 2.1 KiB 67e347b585b8c2739f73ca7b919594d5ba727375586eaec9e4f393ba710c0b53
xenium_0.0.2+ds.orig.tar.xz 114.3 KiB a85b4fa84b873bd96b73201b2d50e8ef35b433855c59116462f2e6b0b3d22ac4
xenium_0.0.2+ds-5.debian.tar.xz 5.3 KiB 509eeffcde1692716aec692a4c6c278e360ed08161fc9cb0ebfc3707937c9cad

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.