Hacker News new | ask | show | jobs
by sidcool 398 days ago
It would be even more amazing if it had tests. It's already pretty good.
2 comments

I will add unit tests next.
Should the tests include some 10 GB files?
Should include a script for generating 10GB files maybe
Use tmpfs (/dev/shm) and it doesn't even have to hit the disk, all in memory but with filepaths as the library API might expect :)
Naah. I meant unit tests. Not load tests.