Y
Hacker News
new
|
ask
|
show
|
jobs
by
unsoundInput
4093 days ago
The input still needs to be cached for eventual output in case the hash matches I assume.
2 comments
stouset
4093 days ago
More importantly, so nothing is output if the hash
doesn't
match.
link
doomrobo
4093 days ago
In that case, you could still cache if you want but at least you now have the option to manage your memory instead of always crashing with large input
link