Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
slewis
on April 8, 2016
|
parent
|
context
|
favorite
| on:
React v15.0
Couldn't browsers keep a map of js-file-hash to cached AST?
mbrock
on April 8, 2016
|
next
[–]
It's not just parsing, it's evaluating all the code statement by statement, and the result of that is hard to cache.
mikegioia
on April 8, 2016
|
prev
[–]
I think it suffers from the same problem as other asset caching. Think of all the sites you visit and how much JS they load. 1000 websites with 1MB of JS will hit 1GB of storage.
ec109685
on April 8, 2016
|
parent
[–]
1gb isn't huge on the desktop, especially if the cache expired LRU.
esailija
on April 8, 2016
|
root
|
parent
[–]
I don't think any of this concerns desktops anyway.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: