Skip to content
forked from rrcook/brc

Elixir implementation of the 1 billion row challenge

Notifications You must be signed in to change notification settings

stevensonmt/brc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brc

My attempt at the Billion Row Challenge in Elixir. Cloned from @rrcook but the actual code duplicated from their implementation is only the output printing in the main function. Consistently under 50 seconds for 50M rows on my 13yo i5 4-core machine at home.

To run, from the root of the project run MIX_ENV=prod mix escript.build to generate an executable in the root directory. Then ./brc /path/to/measurements.txt.

About

Elixir implementation of the 1 billion row challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%