Packages by jdvorak
node-recode
Recode is a tiny [unified][unified] interface for translating javascript into [UNIST][unist] compliant jsAST format, performing transformations, and converting them back again!
pull-offset-limit
A pull-stream that filters until X elements, and stops streaming after Y elements.
grouped-oph
Grouped One Permutation Hashing (GroupedOPH) implementation for MinHash signature generation.
faster-count-min-sketch
A faster Count-Min Sketch implementation for estimating item frequencies in a stream.
hyperbolic-lru
A hyperbolic least recently used (H-LRU) cache implementation that combines recency and frequency metrics for optimal cache eviction
json-hashify
JSON-Hashify is a library for hashing JSON objects and arrays into compact signatures (sketches) that can be used to compare the similarity of JSON objects.
similarity-sensitive-hash
Lightning-fast cosine similarity search using locality-sensitive hashing. Compress high-dimensional vectors into tiny fingerprints for 10× faster similarity search with 99% less memory usage.
distance-sensitive-hash
Lightning-fast Euclidean distance search using locality-sensitive hashing. Compress high-dimensional vectors into tiny fingerprints for 10× faster similarity search with 99% less memory usage.