From 003cf323c4ac5cd68f011cc7dc8fa120c813db28 Mon Sep 17 00:00:00 2001 From: Ishan Jain <contact@ishanjain.me> Date: Thu, 11 Jan 2024 03:37:56 +0530 Subject: [PATCH] added readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e71426 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# One billion row challenge + +* Fastest single threaded runtime: 29.7s (4.5s to read the file into memory, 24s to process rows and ~150micros to generate the output) + + +* Fastest multi threaded runtime on a machine with 12 cores: -