lexicographic-encoding
Integer encoder
A library that provides a way to encode integers in a lexicographically sorted manner
Lexicographic integer encoding in Motoko
1 stars
2 watching
0 forks
Language: TypeScript
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
matthewdarnell/cscale | A C library for serializing and deserializing SCALE-encoded data | 7 |
sija/base62.cr | A library that encodes numbers using a compact set of characters (Base62) and provides decoding functionality. | 10 |
kronuz/base-x | A C++ library for encoding and decoding data using custom bases. | 14 |
aviate-labs/encoding.mo | A library providing utilities for encoding and decoding data in various formats | 11 |
lemire/dictionary | An optimized C++ implementation of dictionary coding using SIMD instructions for efficient compression and decompression of large datasets | 103 |
edjcase/motoko_xml | A Motoko library that handles XML serialization and deserialization. | 2 |
julienvincent/ts-codec | A set of TypeScript tools for encoding, decoding, and validating data using JSON-Schema. | 17 |
edjcase/motoko_cbor | Enables encoding and decoding of CBOR (Concise Binary Object Representation) data between bytes and CBOR objects | 6 |
bobg/encid | Protects sensitive integer IDs by encoding and decoding them with encryption keys. | 3 |
cl-babel/babel | A Common Lisp library for efficient charset encoding and decoding | 92 |
meh/jazz | A JSON handling library for Elixir. | 61 |
cantido/int_set | An efficient data structure for storing positive integers | 10 |
chardet/chardet | A character encoding detection tool for determining the encoding of text files. | 2,181 |
zentures/encoding | A set of algorithms for compressing integers in programming languages | 129 |
pycrate-org/pycrate | A Python library for encoding and decoding various digital formats used in cellular networks and telecom protocols. | 43 |