Y
Hacker News
new
|
ask
|
show
|
jobs
by
GundersenM
3612 days ago
I wrote about using a bloom filter and HTTP2 push for loading modules (instead of bundling them), and implemented a PoC using service workers:
https://mariusgundersen.net/module-pusher/
1 comments
cashmonkey85
3608 days ago
Bloom filter would make sense here. Efficient way to tell the server what files you already have
link