2 unstable releases
Uses new Rust 2024
new 0.2.0 | May 23, 2025 |
---|---|
0.1.0 | May 23, 2025 |
#664 in Data structures
76KB
2K
SLoC
FastBit
FastBit is a high-performance data indexing and querying library written in Rust, designed for fast analytics on large datasets.
Features
- Efficient bitmap indexing
- Fast query processing
- Scalable to large datasets
- Easy integration with Rust data pipelines
Installation
Add FastBit to your Cargo.toml
:
[dependencies]
fastbit = "0.1"
Or clone the repository:
git clone https://github.com/yourusername/fastbit.git
cd fastbit
cargo build --release
Usage
Documentation
Contributing
Contributions are welcome! Please open issues or submit pull requests.
License
This project is licensed under the MIT License.