bitfield
Bitfield library
A library that provides an efficient mechanism for storing multiple discrete states in a single integer
Pack several small values into a single integer
26 stars
5 watching
3 forks
Language: Common Lisp
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
marcoheisig/typo | An inference library for Common Lisp's type system | 39 |
grosser/bitfields | A Ruby library that enables efficient storage and querying of multiple boolean values in a single integer | 223 |
celrenheit/sandflake | A decentralized ID generator for sequential, lexicographically sortable unique IDs | 83 |
barncastle/bitskit | A C# library for efficient bit-level operations and manipulation of bit fields in various data types | 41 |
rawify/bitset.js | An implementation of an infinite bit vector in JavaScript for efficient bit manipulation and storage. | 224 |
mljs/bit-array | A JavaScript library for efficient binary array operations | 6 |
j3pic/lisp-binary | A library to define and work with complex binary data structures. | 92 |
marcoheisig/cl4py | Enables interaction between Python and Common Lisp | 94 |
marcoheisig/fast-generic-functions | Optimizes generic function behavior by sealing specific domains and enabling compiler optimizations. | 93 |
eudoxia0/hermetic | A security module for Common Lisp web applications | 43 |
tlk00/bitmagic | A C++ library for compact data structures and algorithms optimized for memory efficiency and high performance | 412 |
thephoeron/bit-smasher | A Common Lisp library providing functions and macros for handling bit vectors, arithmetic, type conversions, and measurements. | 53 |
maximilianheidenreich/dsddb | A lightweight key-value storage solution with simple API and support for primitive and custom data structures | 13 |
kelindar/bitmap | A lightweight, SIMD-vectorized bitmap implementation in Go for efficient boolean operations and indexing. | 311 |
zelark/nano-id | A Clojure library for generating unique URL-friendly string IDs | 191 |