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

aslpavel / fingertree-rs / 20
85%

Build:
DEFAULT BRANCH: master
Ran 31 Aug 2018 09:09PM UTC
Jobs 1
Files 10
Run time 2s
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
20

push

travis-ci

aslpavel
[iterator] Almost 5x faster iterator

Iterator rewritten to use reified stack as `VecDeque` instead of using
`view_{left|right}`, as view methods cause creation of new tree, it
causes allocations. New implementation is almost 5x faster due to
this.
```
iterator/stack          time:   [1.4988 ms 1.5283 ms 1.5596 ms]
                        change: [-5.2922% -1.4596% +2.6033%] (p = 0.49 > 0.05)
iterator/view           time:   [6.9811 ms 7.0389 ms 7.1041 ms]
                        change: [+0.8866% +2.3076% +3.7931%] (p = 0.00 < 0.05)
```

106 of 106 new or added lines in 4 files covered. (100.0%)

392 of 486 relevant lines covered (80.66%)

1.48 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20.1 31 Aug 2018 09:09PM UTC 0
80.66
Travis Job 20.1
Source Files on build 20
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #20
  • bdb79bf5 on github
  • Prev Build on master (#19)
  • Next Build on master (#21)
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