Skip to content

jdudmesh/1brc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

1brc - the one billion row challenge

This is my effort at the challenge using Go. The key features are:

  • Read the file in chunks and process the chunks in parallel to make use of multiple CPUs
  • Build the results using a trie, there will be one trie per chunk
  • Merge the chunk tries into a final result trie
  • Dump the final results to the console

About

1 Billion Row Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages