Y
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
mprataps
398 days ago
I will add unit tests next.
link
DannyB2
398 days ago
Should the tests include some 10 GB files?
link
VWWHFSfQ
398 days ago
Should include a script for generating 10GB files maybe
link
diggan
398 days ago
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 :)
link
sidcool
398 days ago
Naah. I meant unit tests. Not load tests.
link