libcritnib1 binary package in Ubuntu Jammy armhf

 Critnib is a data structure that provides a very fast equal and
 less-than/greater-than searches; it is a mix between DJBerstein's
 critbit and radix trees. While in bad cases it has worse memory use
 than binary trees, it works well on real-life data which tends to
 have a limited number of "decision bits":
  * fully random: divergence happens immediately
  * malloc addresses: clumps of distinct bits in the middle
  * sequences: only lowest bits are filled
 .
 This library ships only uintptr_t→uintptr_t mappings, optimized for
 reads from a very critical section but not so frequent writes. Other
 variants also exist (such as fully lock-free writes, keys of arbitrary
 length), and can be added upon request.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2021-12-05 09:29:15 UTC Published Ubuntu Jammy armhf release universe libs Optional 1.1-2
  • Published
  • Copied from ubuntu jammy-proposed armhf in Primary Archive for Ubuntu
  Deleted Ubuntu Jammy armhf proposed universe libs Optional 1.1-2
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published
  2021-12-05 09:29:34 UTC Superseded Ubuntu Jammy armhf release universe libs Optional 1.1-1
  • Removed from disk .
  • Removal requested .
  • Superseded by armhf build of critnib 1.1-2 in ubuntu jammy PROPOSED
  • Published
  • Copied from ubuntu jammy-proposed armhf in Primary Archive for Ubuntu
  2021-12-06 12:10:10 UTC Deleted Ubuntu Jammy armhf proposed universe libs Optional 1.1-1
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published
  2021-11-29 18:15:38 UTC Superseded Ubuntu Jammy armhf release universe libs Optional 1.0-2
  • Removed from disk .
  • Removal requested .
  • Superseded by armhf build of critnib 1.1-1 in ubuntu jammy PROPOSED
  • Published
  • Copied from ubuntu jammy-proposed armhf in Primary Archive for Ubuntu
  2021-11-30 18:10:08 UTC Deleted Ubuntu Jammy armhf proposed universe libs Optional 1.0-2
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to jammy

  • Published

Source package