Skip to content

Having fun with the one billion row challenge

Notifications You must be signed in to change notification settings

jeremycolin/1brc

Repository files navigation

1brc

Having fun with the one billion row challenge

Setup

Clone gunnarmorling/1brc and [prepare](https://github.com/gunnarmorling/1brc your database

The way it works

main splits the file into different worker threads at the right place (a newline) and workes divide and conquer

Approaches

With transform-stream-worker.ts as worker use custom Transform stream

With worker.ts use a manual stream

with worker-faster.ts only parse data once on splits

About

Having fun with the one billion row challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published