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

JuliaFolds / Transducers.jl / 2009 / 1
93%
master: 93%

Build:
DEFAULT BRANCH: master
Ran 10 Aug 2020 12:24AM UTC
Files 25
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

09 Aug 2020 11:10PM UTC coverage: 86.395% (+0.1%) from 86.3%
JULIA_NUM_THREADS=2 COVERALLS_PARALLEL=true

push

travis-ci-com

web-flow
Specialize foldl for cartesian style arrays (#407)

This patch implements a specialization of `foldl` on arrays with
`IndexCartesian` index style.  This gives us more than 2x speedup (see
`sum_transpose` benchmark).

The implementation mostly just redirects the call to `foldl` of
`CartesianIndices`.  Most of the code is for compatibility with Julia
< 1.5.  This PR also fixes a bug in `foldl` for multi-dimensional
`Broadcasted` (probably introduced by #403).

1359 of 1573 relevant lines covered (86.4%)

2430062.77 hits per line

Source Files on job 2009.1 (JULIA_NUM_THREADS=2 COVERALLS_PARALLEL=true)
  • Tree
  • List 0
  • Changed 15
  • Source Changed 2
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1721
  • Travis Job 2009.1
  • 735aae6d on github
  • Prev Job for JULIA_NUM_THREADS=2 COVERALLS_PARALLEL=true on master (#2006.1)
  • Next Job for JULIA_NUM_THREADS=2 COVERALLS_PARALLEL=true on master (#2010.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