Skip to content
This repository was archived by the owner on Jul 3, 2019. It is now read-only.

fix(index): additional bucket entry verification with checksum #72

Merged
merged 1 commit into from
Mar 15, 2017

Conversation

zkat
Copy link
Owner

@zkat zkat commented Mar 14, 2017

Cacache was just using length for these entries before. As I thought more about consistency checks and verification, I wondered if it was worth the cost to just straight-up hashing that entry string. Turns out the cost was minimal, and I think this brings entry verification into the "tremendous confidence in consistency" realm, which feels like a warm-fuzzy guarantee to be able to make.

Benchmarks

================================================
     index.find cache hit
------------------------------------------------
  10610 ops/s @ ~0.094ms/op (+1.72% ±0.99%)
  Sampled 83 in 5.93s.
================================================
     index.find cache miss
------------------------------------------------
  18257 ops/s @ ~0.055ms/op (-3.42% ±1.58%)
  Sampled 83 in 6.01s.
================================================
     index.insert() different files
------------------------------------------------
  6464 ops/s @ ~0.155ms/op (+4.21% ±1.05%)
  Sampled 84 in 5.98s.
================================================
     index.insert() same file
------------------------------------------------
  6461 ops/s @ ~0.155ms/op (+6.11% ±0.85%)
  Sampled 83 in 6.04s.
================================================

@zkat zkat merged commit f8e0f25 into latest Mar 15, 2017
@zkat zkat deleted the zkat/hashed-entries branch March 15, 2017 01:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant