https://github.com/jdockerty/obrc-rs
1 Billion Rows Challenge in Rust
https://github.com/jdockerty/obrc-rs
Last synced: 5 months ago
JSON representation
1 Billion Rows Challenge in Rust
- Host: GitHub
- URL: https://github.com/jdockerty/obrc-rs
- Owner: jdockerty
- Created: 2025-12-08T20:53:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-10T21:25:12.000Z (6 months ago)
- Last Synced: 2025-12-11T08:27:21.942Z (6 months ago)
- Language: Rust
- Size: 7.74 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# obrc-rs
One billion rows challenge in Rust.
Read the contents of `testdata/weather_stations.csv` and output the mean/min/max of the measurements per station, sorted in alphabetical order.