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

mbauman / IntSets.jl / 15 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 13 Jan 2015 05:48AM UTC
Files 3
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

13 Jan 2015 05:44AM UTC coverage: 99.482% (-0.5%) from 100.0%
15.1

push

travis-ci

mbauman
Specialize `map` function arguments for BitArrays

This adds functor types that allow mapping across BitArrays 64-bits at a time. Performance of `map(&, x, y)` is now very competitive with `x & y`.

The one downside here is that bitwise operations are not typically performed using comparisons... but otherwise a whole slew of new names would need to be exported (e.g., nor, nand, implies, etc.).

Now IntSets use the new `map!` specialization to perform the math operations `union!`, `intersect!`, etc, with performance about on-par or exceeding the old IntSet in Base.

Fixes #1.

192 of 193 relevant lines covered (99.48%)

595.8 hits per line

Source Files on job 15.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 15
  • Travis Job 15.1
  • b822e812 on github
  • Prev Job for on master (#14.1)
  • Next Job for on master (#16.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