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

mbauman / IntSets.jl / 15
100%

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

pending completion
15

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

Jobs
ID Job ID Ran Files Coverage
1 15.1 13 Jan 2015 05:48AM UTC 0
99.48
Travis Job 15.1
Source Files on build 15
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #15
  • b822e812 on github
  • Prev Build on master (#14)
  • Next Build on master (#16)
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