Y
Hacker News
new
|
ask
|
show
|
jobs
by
sombrero_john
836 days ago
Good enough for local development
1 comments
postalrat
836 days ago
If you can get away with the performance of machine that feels 10 years older than it is.
link
BossingAround
835 days ago
Why do you care about filesystem performance in containers? If you're running a DB from it, you surely have <10-20 concurrent users (e.g. other containers) to that DB, so who cares whether a lookup takes 1us or 10ms?
link
postalrat
835 days ago
In local development you have builds and other things that watch files for changes.
link