Reserved for Bloom. Create full-stack native mobile apps with AI. https://bloom.diy
This package provides support for the [RedisBloom](https://redis.io/docs/data-types/probabilistic/) module, which adds additional probabilistic data structures to Redis.
JS implementation of probabilistic data structures: Bloom Filter (and its derived), HyperLogLog, Count-Min Sketch, Top-K and MinHash
Ability to test bloom filters for ethereum.
No description provided.
Smooth animated numbers for React Native. Digits roll, fade, and blur as the value changes. Skia-rendered with full Intl.NumberFormat support.
Bloom UI — Oxy ecosystem component library for React Native + Expo + Web
Fast bloom filter in JavaScript.
A bloom filter suitable for use in Bitcoin Connection Bloom Filtering as part of [BIP37](https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki).
PixiJS filter to render Bloom Filter (with highlight) effect
PixiJS filter to apply a simple bloom effect
Fetch and execute lookups on Blowfish blocklists
This package provides support for the [ValkeyBloom](https://valkeybloom.io) module, which adds additional probabilistic data structures to Valkey. It extends the [Node Valkey client](https://github.com/firassziedan/node-valkey) to include functions for e
Bloom Engine: native TypeScript game engine compiled by Perry
[](https://travis-ci.org/bbondy/bloom-filter-cpp)
Valkey utilities for caches, bloom filters, dynamic configuration, and rate limiting.
Fastest Bloom Filter on NPM. Powered by WASM, written in TypeScript & C.
This package serves as the home of [Bloom](https://bloomhousing.com)'s core UI components, meant to be imported from within various applications. Seeds supersedes Bloom's previous "ui-components" package.
CLI tool for Bloom financial data - download market data to files for analysis
Library to work against complex domain names, subdomains and URIs.
A bloom filter implementation that is serialisable to JSON and compatible between both Ruby and Javascript. Very useful when needing to train a bloom filter in one language and using it in the other.
Valkey/Redis client with direct NAPI bindings based on valkey-glide core
Lightweight free email domain checker via Bloom filter
layout components used in bloom packages
Bloom filters for Ruby with automatic sizing and a fast native in-memory core, with a small, Set-like API.
Counting Bloom Filter implemented in Ruby (fork without native code)
lithos is a self-contained embedded key-value store written from scratch as a native extension — no external database dependency. It uses a log-structured merge (LSM) tree: a write-ahead log makes every write durable, an in-memory sorted memtable flushes to immutable SSTables (with bloom filters), and compaction merges them. Keys and values are arbitrary binary strings; keys are kept in sorted order so you get ordered iteration and range scans, plus crash recovery via WAL replay. Windows MSVC (mswin) Ruby only.