google / ripunzip

Other
165 stars 17 forks source link

Fix bug where cache cells not being discarded. #39

Closed adetaylor closed 1 year ago

adetaylor commented 1 year ago

In patterns of access where we read the same bytes more than once, we may have discarded cache cells too early, which might have resulted in the need to issue extra https requests and thus slowdowns.