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

rust-lang / regex / 1843
93%

Build:
DEFAULT BRANCH: master
Ran 03 Oct 2018 06:15PM UTC
Jobs 1
Files 23
Run time 3s
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

pending completion
1843

cron

travis-ci

BurntSushi
compile: use SparseSet-like structure for SuffixCache

For simple regexes, allocating and filling 1000 of SuffixCache elements
seemed to be quite high on the profile as part of Compiler::new, so I
decided to optimise it by using ideas similar to sparse set, but specialised
for a hashmap-like structure, instead of a flat array with versioning.

In my performance comparisons this gives 8-10% improvement for simple
regexes where overhead of Compiler::new is most noticeable.

3692 of 4272 relevant lines covered (86.42%)

0.86 hits per line

Jobs
ID Job ID Ran Files Coverage
4 1843.4 03 Oct 2018 06:15PM UTC 0
86.42
Travis Job 1843.4
Source Files on build 1843
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1843
  • cd6f1e2d on github
  • Prev Build on master (#1842)
  • Next Build on master (#1847)
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