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

muesli / crunchy / 85 / 12
91%
master: 91%

Build:
DEFAULT BRANCH: master
Ran 10 Apr 2020 05:04AM UTC
Files 5
Run time 0s
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.12

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.

211 of 233 relevant lines covered (90.56%)

55993.2 hits per line

Source Files on job 85.12
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 79
  • Travis Job 85.12
  • 69d2e98a on github
  • Prev Job for on master (#69d2e98a4.1)
  • Next Job for on master (#427cb2aae.1)
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

© 2026 Coveralls, Inc