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

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

Build:
DEFAULT BRANCH: master
Ran 13 Jan 2015 05:55AM 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:52AM UTC coverage: 100.0% (+0.5%) from 99.482%
16.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.

193 of 193 relevant lines covered (100.0%)

605.88 hits per line

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