58 skills found · Page 1 of 2
multiformats / MultihashSelf describing hashes - for future proofing
layou233 / ZBProxy🚀Transfer your network data, bypassing the Hypixel unofficial address detection!
as-com / Varint SimdDecoding and encoding gigabytes of LEB128 variable-length integers per second in Rust with SIMD
chrisdickinson / Varintuse msb to create integer values of varying sizes
multiformats / Unsigned Varintunsigned varint in use in multiformat specs
dermesser / Integer Encoding RsInteger encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides synchronous and asynchronous Write/Read types for easily writing/reading integers.
dgryski / Go GroupvarintSSE-optimized group varint integer encoding
sorribas / Varint.cVarint C library.
1pkg / VarintVarInt: fast & memory efficient arbitrary bit width integers in Go.
fmoo / Python VarintA basic varint implementation in python
topas / VarintBitConverterVarint encoding and decoding for .NET
paritytech / Unsigned VarintNo description available
CloudburstMC / NBTNamed Binary Tag library with support for the VarInt format introduced by Bedrock Edition
dennwc / VarintFast varint library for Go
thempatel / Streamvbyte SimdgoA Stream VByte implementation in Go leveraging SIMD techniques
compression-algorithm-research-lab / Go Varintvariable length int encoding
tabrath / BinaryEncodingEasy encoding of numbers to BigEndian, LittleEndian and Varint.
chmike / Varintvariable length integer encoding using prefix code
sean- / Postgresql VarintData type for PostgreSQL that encodes integers using variable width encoding in order to save space
tidwall / Varint.cRead and write variable sized integers in C