43 results for “topic:varint”
Self describing hashes - for future proofing
🚀Transfer your network data, bypassing the Hypixel unofficial address detection!
Decoding and encoding gigabytes of LEB128 variable-length integers per second in Rust with SIMD
Integer 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.
Fast varint library for Go
A Stream VByte implementation in Go leveraging SIMD techniques
variable length int encoding
varint and ZigZag encoding/decoding for Erlang
An Elixir library to compress integers using the Variable Length Encoding LEB128 compression.
ASCII-safe encodings and ultra-small binary serialization for Kotlin, optimized for URLs, file names, and Kubernetes labels. Generates short, predictable payloads within tight character limits.
Powerful little-endian base-128 encoding/decoding library for Python 3.
Unsigned variable-length integers
A fast variant of Variable-Length Quantity with a focus on speed and no_std support.
Directly Addressable Codes
Self-describing protocol identifiers
A varint implementation compiled to WASM format
High-performance TypeScript library for binary data manipulation with dynamic buffer management
Encode and decode arbitrarily large signed and unsigned BigInts
C11 implementation of multiformat specifications
Python bindings for streamvbyte
Multicodec & Multihash — encoder/decoder for self-describing data formats
PHP extension to encode and decode variable int/uint
The Dart language implementation variable-length quantity.
Utilities for encoding and decoding common formats like hex, base64, and varint. Ported from Deno's @std/encoding.
Variable-length integer (VLQ) encoding and decoding, in C99. https://en.wikipedia.org/wiki/Variable-length_quantity
Implementation of the Multiformat unsigned variable integer type
Learning bitwise operations in pure C, making varint & UTF-8 encoding methods
endian and varint support stream.
varint implementaion in Golang
CompactSize Unsigned Integers