libstreamvbyte 0.4.1-3 source package in Ubuntu

Changelog

libstreamvbyte (0.4.1-3) unstable; urgency=medium

  * d/salsa-ci.yml: disable blhc for now
  * d/control: Remove requirement of NEON/recent Intel
    processor from description
    - Thanks to Adrian Bunk for the hint

 -- Nilesh Patra <email address hidden>  Thu, 19 Aug 2021 16:18:19 +0530

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libstreamvbyte_0.4.1-3.dsc 2.1 KiB c99e685c3f3f732d4d9977c7f1e993ca3a50cfa5bb34bb88d2617b533aeed646
libstreamvbyte_0.4.1.orig.tar.gz 30.3 KiB 4c4e53134a60b0b06816d3faa7dcde28c3e5e8a656dd415d16d80ae6e3d39fcc
libstreamvbyte_0.4.1-3.debian.tar.xz 3.0 KiB 86994918c8b3670f6782286b3548c2ebd9607e468f21391f88c04fd50dc78d8b

No changes file available.

Binary packages built by this source

libstreamvbyte-dev: fast integer compression in C using the StreamVByte codec (devel)

 StreamVByte is a new integer compression technique that applies SIMD
 instructions (vectorization) to Google's Group Varint approach. The net
 result is faster than other byte-oriented compression techniques.
 .
 It includes fast differential coding.
 .
 It assumes a recent Intel processor (e.g., haswell or better) or an ARM
 processor with NEON instructions (which is almost all of them).
 .
 This package contains the static library and header files.

libstreamvbyte0: fast integer compression in C using the StreamVByte codec

 StreamVByte is a new integer compression technique that applies SIMD
 instructions (vectorization) to Google's Group Varint approach. The net
 result is faster than other byte-oriented compression techniques.
 .
 It includes fast differential coding.
 .
 It assumes a recent Intel processor (e.g., haswell or better) or an ARM
 processor with NEON instructions (which is almost all of them).

libstreamvbyte0-dbgsym: debug symbols for libstreamvbyte0