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
- Host: GitHub
- URL: https://github.com/sarthakmakhija/1brc
- Owner: SarthakMakhija
- Created: 2024-04-20T06:47:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T15:40:50.000Z (about 2 years ago)
- Last Synced: 2024-05-11T14:37:35.931Z (about 2 years ago)
- Topics: 1brc, fgprof, golang, pprof, profiling
- Language: Go
- Homepage:
- Size: 13.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 1 billion row challenge
[](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
```