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

JuliaFolds / Transducers.jl / 1994 / 2
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 09 Aug 2020 08:27AM UTC
Files 25
Run time 2s
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

09 Aug 2020 08:07AM UTC coverage: 86.3% (+0.1%) from 86.169%
JULIA_NUM_THREADS=2 COVERALLS_PARALLEL=true

push

travis-ci-com

web-flow
Tail-call function-barrier for arrays (#403)

This PR implements the "tail-call function-barrier" pattern for arrays
with linear style indexing.  This gives us a better performance for
type-changing reduction where the iteration at which the type changes
is unknown.  A good example is filtered sum with no initial value
(#404).

Interestingly, this version is a bit worse for sum of filtered floats
on "short" arrays.  Compare the result of
`["filter_sum", "1000", "RandomFloats", "noinit", "xf"]`.  In my
laptop, baseline is ~1.7 μs while this branch is ~2.1 μs.  However,
for 10x longer input, this branch is faster (> 2x).  The benchmarks on
CI also show similar results.

1348 of 1562 relevant lines covered (86.3%)

2363505.94 hits per line

Source Files on job 1994.2 (JULIA_NUM_THREADS=2 COVERALLS_PARALLEL=true)
  • Tree
  • List 0
  • Changed 25
  • Source Changed 4
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1707
  • Travis Job 1994.2
  • eb430cf7 on github
  • Prev Job for JULIA_NUM_THREADS=2 COVERALLS_PARALLEL=true on master (#1990.2)
  • Next Job for JULIA_NUM_THREADS=2 COVERALLS_PARALLEL=true on master (#1995.4)
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