bitwise
Bitwise processor
A high-performance library for efficient bitwise operations on large binary strings
Bitwise: Fast, memory efficient bitwise operations on large binary strings
49 stars
2 watching
6 forks
Language: Ruby
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
kelindar/bitmap | A lightweight, SIMD-vectorized bitmap implementation in Go for efficient boolean operations and indexing. | 312 |
kenn/active_flag | A Ruby gem that enables the use of bit arrays to store multiple boolean values in a single column for ActiveRecord models. | 234 |
nfurfaro/huffbits | A library for performing bitwise operations on data in the Huff language. | 7 |
reddavis/knn | An implementation of the K Nearest Neighbour algorithm in Ruby, allowing users to query a dataset and retrieve the k most similar data points based on various distance measurements. | 37 |
renkun-ken/rlist | A toolbox for working with non-tabular data stored in list objects | 203 |
blooddy/blooddy_crypto | A set of algorithms and data processing tools for binary data | 91 |
kenn/standby | A gem that allows selective querying of standby databases in an ActiveRecord environment | 87 |
haskell/binary | Efficient serialisation of values to and from lazy ByteStrings in Haskell. | 106 |
braintree/braintree_ruby | A Ruby library providing access to the Braintree payment gateway | 446 |
asbaker/racket-knn | An implementation of the K Nearest Neighbors algorithm using Scheme and Racket | 16 |
felipexw/knn-java-library | An implementation of a K-Nearest Neighbor algorithm for supervised learning | 7 |
tlk00/bitmagic | A C++ library for compact data structures and algorithms optimized for memory efficiency and high performance | 412 |
line/decaton | A framework for high-throughput, concurrent task processing on Apache Kafka | 335 |
blackhole89/macros | A powerful, Turing-complete C/C++ macro preprocessor | 84 |
mcdee/blockparser | Fast and efficient Bitcoin blockchain data extractor | 61 |