Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smkj42/1brc
My solutions for the 1 billion row challenge, but in rust
https://github.com/smkj42/1brc
Last synced: 20 days ago
JSON representation
My solutions for the 1 billion row challenge, but in rust
- Host: GitHub
- URL: https://github.com/smkj42/1brc
- Owner: SMKJ42
- Created: 2024-07-31T01:08:01.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T17:10:48.000Z (about 2 months ago)
- Last Synced: 2024-11-22T17:26:24.445Z (about 2 months ago)
- Language: Rust
- Size: 428 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
To test out the project yourself, simply run `cargo run --release light` in your terminal.
To get a flamegraph, run `sudo cargo flamegraph --profile release -- full` in your terminal
If you want to check out how to produce the full 1 billion rows, follow this link
https://github.com/gunnarmorling/1brc
### WARNING: this will take a while and use ~10Gb storage
To save you some reading, just clone that repo, and run
1. ```
./mvnw clean verify
```2. ```
./create_measurements.sh 1000000000
```