libstreamvbyte 0.4.1-4ubuntu1 source package in Ubuntu

Changelog

libstreamvbyte (0.4.1-4ubuntu1) lunar; urgency=medium

  * Disable building on s390x, as this package only works on little endian

 -- William 'jawn-smith' Wilson <email address hidden>  Wed, 25 Jan 2023 10:39:39 -0500

Upload details

Uploaded by:
William Wilson
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 armhf ppc64el riscv64
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

Downloads

File Size SHA-256 Checksum
libstreamvbyte_0.4.1.orig.tar.gz 30.3 KiB 4c4e53134a60b0b06816d3faa7dcde28c3e5e8a656dd415d16d80ae6e3d39fcc
libstreamvbyte_0.4.1-4ubuntu1.debian.tar.xz 3.3 KiB f2a2ea8c23cf6791f502295a289d040b76c8370cca3e35b3bb9f9be48283a4c0
libstreamvbyte_0.4.1-4ubuntu1.dsc 2.2 KiB 44af2afd0b9f301d5a77a96c68c222c431b7e6c790f35cc84624ebf93e1ef4e8

View changes file

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