Qui connaît cette technique, ne présente t-elle pas un risque en termes de vie privée ?
Cache Digests to the rescue! Using a clever technique, called Golomb-Rice Coded Bloom Filters, a compressed list of cached responses is sent by the browser to the server. Now the server can avoid pushing assets that are fresh in the browser's cache.
J'ai trouvé ça, peut être est-ce la même technique : http://giovanni.bajo.it/post/47119962313/golomb-coded-sets-smaller-than-bloom-filters
L'article dit "GCS is well suit in situations where to want to minimize the memory occupation and you can afford a slightly higher computation time, compared to a Bloom filter" là ce serait une combinaison des deux ? Je n'y connais rien
# Golomb-Rice Coded Bloom Filters
Posté par antistress (site web personnel) . En réponse au journal Commons.Host, un Cloudflare communautaire. Évalué à 2. Dernière modification le 12 janvier 2019 à 14:29.
Qui connaît cette technique, ne présente t-elle pas un risque en termes de vie privée ?
https://help.commons.host/server/concepts/
J'ai trouvé ça, peut être est-ce la même technique : http://giovanni.bajo.it/post/47119962313/golomb-coded-sets-smaller-than-bloom-filters
L'article dit "GCS is well suit in situations where to want to minimize the memory occupation and you can afford a slightly higher computation time, compared to a Bloom filter" là ce serait une combinaison des deux ? Je n'y connais rien