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

JuliaDiff / TaylorSeries.jl / 571
93%

Build:
DEFAULT BRANCH: master
Ran 21 Apr 2017 07:52PM UTC
Jobs 4
Files 13
Run time 12min
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
571

push

travis-ci

web-flow
Solve performance regresion (#103)

* Use `fixorder` again, to avoid the if's used in `getindex`

The use of those if's is at the heart of the problem reported in [#102].
The idea was to avoid fixorder by setting the coefficients that are
not defined to zero. This involves if's that killed performance.

Also, fixorder was corrected to return a copy of the coefficients to
avoid side effects.

`max_order` is not anylonger needed, so it is deleted.

* Fix tests and fateman.jl

* Tiny correction to fixorder

* Improvements on allocations

* Inline mul! and div! methods

* Use a modified power_by_squaring, and inline the (mutating) recursion functions

* Inline fixorder

* Inlining div!

84 of 84 new or added lines in 6 files covered. (100.0%)

1131 of 1153 relevant lines covered (98.09%)

9351022.09 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
src/evaluate.jl
2
100.0
src/power.jl

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
src/constructors.jl
1
100.0
src/auxiliary.jl
Jobs
ID Job ID Ran Files Coverage
1 571.1 21 Apr 2017 07:54PM UTC 0
96.88
Travis Job 571.1
2 571.2 21 Apr 2017 07:52PM UTC 0
97.97
Travis Job 571.2
3 571.3 21 Apr 2017 08:04PM UTC 0
96.88
Travis Job 571.3
4 571.4 21 Apr 2017 08:00PM UTC 0
97.97
Travis Job 571.4
Source Files on build 571
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #571
  • b173816e on github
  • Prev Build on master (#556)
  • Next Build on master (#580)
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