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

JuliaData / CategoricalArrays.jl / 529
92%

Build:
DEFAULT BRANCH: master
Ran 16 Nov 2017 09:03PM UTC
Jobs 1
Files 11
Run time 1s
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
529

push

travis-ci

web-flow
Improve performance of constructor and levels! with many levels (#100)

levels! was very slow due to repeated calls to in, either directly or via issubset. We do not actually need to call levels!(::CategoricalArray, ::Vector) from the constructor since we know the levels will all be preserved (just reordered): we can use levels!(CategoricalPool, ::Vector) directly.

Also inline get!(::CategoricalPool, x) for maximum performance.

3 of 3 new or added lines in 2 files covered. (100.0%)

658 of 673 relevant lines covered (97.77%)

7133.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 529.1 16 Nov 2017 09:03PM UTC 0
97.77
Travis Job 529.1
Source Files on build 529
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #529
  • e1c57a24 on github
  • Prev Build on master (#528)
  • Next Build on master (#533)
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