Comment by jodrellblank
Comment by jodrellblank 3 days ago
> “We have an internal app that has screen with a JavaScript table thingie with 40,000 rows loaded locally. Crazy? Yeah.”
Crazy, no; a loop over 40,000 items should take a fraction of a second, and at 1KB per row it’s less than 1% of a 4GB memory stick.
The 1 billion row challenge leader parsed a billion rows of CSV - 10 GB of data, through a Java/graal VM - in 0.33 seconds!