• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

muesli / crunchy / 85
91%

Build:
DEFAULT BRANCH: master
Ran 10 Apr 2020 05:04AM UTC
Jobs 1
Files 5
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Apr 2020 05:01AM UTC coverage: 90.558%. Remained the same
85

push

travis-ci

muesli
Reduce memory footprint from indexed dictionaries

Dictionaries are indexed using a map with the hex-string representation
of the hashed password as key, and the password itself as value.

The hex-string representation of a byte requires two hex digits which
takes two bytes to store. The space needed to store these keys in memory
can be halved by not storing it hex-encoded.

Use the bytes (as string) for the key to prevent wasting memory.

This is especially important when using very large dictionaries and/or
hash functions that return relatively big hashes, e.g. sha512.

5 of 5 new or added lines in 2 files covered. (100.0%)

211 of 233 relevant lines covered (90.56%)

55993.2 hits per line

Jobs
ID Job ID Ran Files Coverage
12 85.12 10 Apr 2020 05:04AM UTC 0
90.56
Travis Job 85.12
Source Files on build 85
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #85
  • 69d2e98a on github
  • Prev Build on master (#69D2E98A4)
  • Next Build on master (#427CB2AAE)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc