Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 398 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 398 Bytes

One billion row challenge

Original Challenge

Usage

$ pip3 install -r requirements.txt
$ python3 main.py > a.out
$ diff -w a.out measurements-100000.out

You should see nothing from the diff result.

PC Specs

  • CPU: AMD Ryzen 9 7950X
  • Ram: 64GB
  • SSD: Samsung SSD 990 PRO 2TB

Results

  • 1B row -> ~3.781s
  • 100k row -> ~0.124s