bitmap-elixir
Bitset
A fast and space-efficient data structure for lookups using bit arrays in Elixir
Bitmap implementation in Elixir using binaries and integers. Fast space efficient data structure for lookups
36 stars
4 watching
5 forks
Language: Elixir
last commit: almost 7 years ago
Linked from 1 awesome list
bitmapbitsetelixirhex-package
Related projects:
Repository | Description | Stars |
---|---|---|
yourbasic/bit | An efficient data structure for compactly storing and manipulating binary numbers using bit-level parallelism. | 158 |
mkaput/elixir-bimap | Implementation of bidirectional maps and multimap data structures in Elixir. | 28 |
alco/hashids-elixir | Obfuscates numerical identifiers via reversible mapping | 280 |
kelindar/bitmap | A lightweight, SIMD-vectorized bitmap implementation in Go for efficient boolean operations and indexing. | 311 |
bits-and-blooms/bitset | A Go package implementing bitsets as a mapping between non-negative integers and boolean values | 1,346 |
manelli/ex_bcrypt | An Elixir module for hashing and verifying passwords using the OpenBSD bcrypt algorithm | 3 |
hissssst/pathex | A library for fast and functional access to nested data structures in Elixir | 339 |
meh/dexts | A storage system designed to manage Elixir-specific data terms, providing a wrapper around the underlying storage. | 6 |
meh/elixir-datastructures | A collection of Elixir data structures and their associated protocols. | 215 |
bitwalker/libcluster | Automates Erlang node cluster formation and healing | 1,961 |
rjsamson/hexate | A module for encoding and decoding hexadecimal data in Elixir | 30 |
bjro/apex | A library that pretty prints Elixir data structures in full color | 278 |
roaringbitmap/roaring-rs | A data structure library for efficient bitset management | 763 |
dashbitco/flow | A parallel computation library on top of GenStage for Elixir | 1,553 |
bitwalker/timex | A complete date/time library for Elixir projects. | 1,756 |