creativecreature / sturdyc

A caching library with advanced concurrency features designed to make I/O heavy applications robust and highly performant
MIT License
331 stars 11 forks source link

feat: Switch hashing algorithm to xxhash #3

Closed creativecreature closed 5 months ago

creativecreature commented 5 months ago

Overview

Switches the hashing algorithm to xxhash

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 80.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 81.78%. Comparing base (cdffa5b) to head (1ba521b).

Files Patch % Lines
passthrough.go 50.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3 +/- ## ========================================== + Coverage 81.27% 81.78% +0.50% ========================================== Files 12 12 Lines 518 516 -2 ========================================== + Hits 421 422 +1 + Misses 72 71 -1 + Partials 25 23 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.