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

JuliaData / DataTables.jl / 450
85%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2017 12:53PM UTC
Jobs 4
Files 19
Run time 16min
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
450

push

travis-ci

nalimilan
Specialize row_group_slots() and findrow() on column types to improve performance

Looping over columns is very slow when their type is unknown at compile time.
Specialize the method on the types of the key (grouping) columns by passing
a tuple of columns rather than a DataTable. This will force compiling a specific
method for each combination of key types, but their number should remain relatively low
and the one-time cost is worth it.

This dramatically improves performance of groupby(), but does not have a large
effect on join() since it is very inefficient in other areas.

Also add return type assertion for rowhash(). The fact that the type of
the columns isn't known at compile time appears to confuse inference,
which isn't able to detect that this function always returns UInt.
This reduces a lot the number of allocations when calling join(),
but doesn't really change performance.

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

1291 of 1514 relevant lines covered (85.27%)

8912.79 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/datatablerow/datatablerow.jl
Jobs
ID Job ID Ran Files Coverage
1 450.1 07 Aug 2017 12:53PM UTC 0
84.67
Travis Job 450.1
2 450.2 07 Aug 2017 01:09PM UTC 0
84.67
Travis Job 450.2
3 450.3 07 Aug 2017 12:55PM UTC 0
84.32
Travis Job 450.3
4 450.4 07 Aug 2017 01:07PM UTC 0
84.32
Travis Job 450.4
Source Files on build 450
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #450
  • f5007b52 on github
  • Prev Build on master (#427)
  • Next Build on master (#458)
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