https://github.com/patte/1brc-rs
https://github.com/patte/1brc-rs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patte/1brc-rs
- Owner: patte
- Created: 2024-01-23T10:05:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-29T13:01:49.000Z (over 1 year ago)
- Last Synced: 2025-02-18T03:12:13.378Z (3 months ago)
- Language: Rust
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1BRC in rust
[The One Billion Row Challenge](https://github.com/gunnarmorling/1brc).
Solutions:
- [With rayon](./rayon) (~50s)
- [With polars](./polars) (~400s)