Artifact critnib_1.1-2

Metadata
dsc_fields:
  Architecture: any
  Binary: libcritnib-dev, libcritnib1
  Build-Depends: debhelper-compat (= 13), cmake
  Checksums-Sha1:
  - name: critnib_1.1.orig.tar.gz
    sha1: 8d7d263194d49d675c99987218639ef8b81f4b4c
    size: '15210'
  - name: critnib_1.1-2.debian.tar.xz
    sha1: 6ceda04f6134d5afd9d8e9b03ef1b1cea222bc0b
    size: '3092'
  Checksums-Sha256:
  - name: critnib_1.1.orig.tar.gz
    sha256: 1e5b65f815b0c23f74ce70cfcc2d8c9570cebc17a70e2a2e6e894c1b68297354
    size: '15210'
  - name: critnib_1.1-2.debian.tar.xz
    sha256: eccc0e56dbe500da4b813afb150105994174d555e9c5c14f1dc357133c505dea
    size: '3092'
  Description: "ordered map data structure with lock-free reads\n Critnib is a data\
    \ structure that provides a very fast equal and\n less-than/greater-than searches;\
    \ it is a mix between DJBerstein's\n critbit and radix trees.  While in bad cases\
    \ it has worse memory use\n than binary trees, it works well on real-life data\
    \ which tends to\n have a limited number of \"decision bits\":\n  * fully random:\
    \ divergence happens immediately\n  * malloc addresses: clumps of distinct bits\
    \ in the middle\n  * sequences: only lowest bits are filled\n .\n This library\
    \ ships only uintptr_t\u2192uintptr_t mappings, optimized for\n reads from a very\
    \ critical section but not so frequent writes.  Other\n variants also exist (such\
    \ as fully lock-free writes, keys of arbitrary\n length), and can be added upon\
    \ request."
  Files:
  - md5sum: 1f7519c96e73b3df693541cf03fa17b5
    name: critnib_1.1.orig.tar.gz
    size: '15210'
  - md5sum: a29a21231c03ab2eb22a8bd906133538
    name: critnib_1.1-2.debian.tar.xz
    size: '3092'
  Format: 3.0 (quilt)
  Homepage: https://github.com/kilobyte/critnib
  Maintainer: Adam Borowski <kilobyte@angband.pl>
  Package-List: |2-

     libcritnib-dev deb libdevel optional arch=any
     libcritnib1 deb libs optional arch=any
  Source: critnib
  Standards-Version: 4.6.0
  Testsuite: autopkgtest
  Testsuite-Triggers: gcc, libc-dev, valgrind
  Vcs-Browser: https://github.com/kilobyte/critnib/tree/debian
  Vcs-Git: https://github.com/kilobyte/critnib -b debian
  Version: 1.1-2
name: critnib
type: dpkg
version: 1.1-2

Files

Name Size (bytes)
critnib_1.1-2.debian.tar.xz 3.0 KB
critnib_1.1-2.dsc 2.7 KB
critnib_1.1.orig.tar.gz 14.9 KB

source package System - - 5 months, 1 week ago 4 months, 1 week
BETA