Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
makmanalp
on May 2, 2017
|
parent
|
context
|
favorite
| on:
Asynchronous Programming in Python: Asyncio
I've always wondered about this: doesn't the OS read buffer pretty much keep the whole thing in memory anyway, if you have memory to spare? Does it make that much of a difference?
xapata
on May 2, 2017
[–]
It's not the reads but the writes that'll get you. Reads are easy to scale.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: