Compress a series of related integers.
a library that defines a common interface for working with archive formats within node
A small, fast, and correct TOML parser/serializer
Pure-JS printf
Codecs for numbers of different sizes and endianness
Fastify compression utils
Compress middleware for koa
A Long class for representing a 64-bit two's-complement integer value.
efficiently store signed integers in varint
Generate, and decode, base64 VLQ mappings for source maps and other uses
Translation between JavaScript values and Buffers
Response compression middleware for lws
Simple cross Node.js inteface for using brotli compression
Query result type converters for node-postgres
Unsigned integers for Javascript
Compress strings using custom codebooks
A module to create a set of unique numbers as fast as possible.
A Long class for representing a 64-bit two's-complement integer value.
TypeScript definitions for koa-compress
convert JSON data to space efficient format
Add support for more integer widths to Buffer
Angular utility for compressing images to a satisfying size, that you can choose
JavaScript parser, mangler/compressor and beautifier toolkit for ES6+
Compress files and folders
A set of utility functions for encoding and decoding LEB128-compressed integers.
Convert integers to human-readable compressed alphanumeric strings and back. Lets humans enter very long integers quickly. Uses base-31 compression of integers.
Binary streamable bit-effective protocol to effectively store object tree hierarchies
Bitfifo implements a FIFO for 1 or more bits of an Integer. This will be needed for a compression and encryption system. Could be used for any variable length integer based problems including base64 encode/decode. Includes bit reversals for LSB first or MSB first systems. No need to worry about overfill as a Bignum is used to store bits.