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

https://github.com/sarthakmakhija/1brc

Solution for one billion row challenge
https://github.com/sarthakmakhija/1brc

1brc fgprof golang pprof profiling

Last synced: 2 months ago
JSON representation

Solution for one billion row challenge

Awesome Lists containing this project

README

          

### 1 billion row challenge

[![build](https://github.com/SarthakMakhija/1brc/actions/workflows/build.yml/badge.svg)](https://github.com/SarthakMakhija/1brc/actions/workflows/build.yml)

```shell
time ./main -f ../fixture/44K_weather_stations.csv

real 0m0.116s
user 0m0.105s
sys 0m0.025s
```

```shell
time ./main -f ../fixture/1M_weather_stations.csv

real 0m0.655s
user 0m0.786s
sys 0m0.037s
```