Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```