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

JuliaData / CategoricalArrays.jl / 529 / 1
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 16 Nov 2017 09:03PM UTC
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

16 Nov 2017 08:50PM UTC coverage: 97.771%. Remained the same
529.1

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.

658 of 673 relevant lines covered (97.77%)

7133.88 hits per line

Source Files on job 529.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 529
  • Travis Job 529.1
  • e1c57a24 on github
  • Prev Job for on master (#528.3)
  • Next Job for on master (#533.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