Y
Hacker News
new
|
ask
|
show
|
jobs
by
cheald
4837 days ago
No, because you don't have additional IO overhead.
1 comments
pan69
4836 days ago
I think that overhead would be negligible, especially if the other examples are all based on micro-frameworks (i.e. loads of files).
Premature optimisation is the root of all evil, right?
link
cheald
4836 days ago
Disk IO is a massive problem at scale. This obviously isn't "at scale", so it works fine here, but avoiding hitting the disk (edit: any slow IO, really) is Performance 101.
link
Premature optimisation is the root of all evil, right?