5 ms·
Why can’t you just cache it with a hash?
by hateduser2 9y ago
Why can’t you just cache it with a hash?
- icebraining 9y agoHow would the client know the hash is valid?
- Zpalmtree 9y agoPerhaps he means you compile the code locally, hash it, and then next time you can fetch the compiled code from a server, and check the hash matches?
- icebraining 9y agoThat's possible; a kind of second-level cache. That assumes the compilation is reproducible, though.