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

https://github.com/patte/1brc-rs


https://github.com/patte/1brc-rs

Last synced: 3 months ago
JSON representation

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)