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

JuliaDSP / DSP.jl / 892 / 3
98%
master: 98%

Build:
DEFAULT BRANCH: master
Ran 09 Apr 2019 09:09PM UTC
Files 17
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 Apr 2019 09:01PM UTC coverage: 97.069% (+33.4%) from 63.707%
892.3

push

travis-ci

web-flow
Release unused memory when using conv (#277)

`resize!` changes the length of an array, however it does not free the
underlying unused memory if the array is reduced in length. `sizehint!` will
free the memory corresponding to the portion of the array dropped by `resize!`.

`conv` drops the last portion of the result, corresponding to the padded portion
of the result. By using `sizehint!` after resizing the result, the padding is
freed from memory.

1921 of 1979 relevant lines covered (97.07%)

301766.76 hits per line

Source Files on job 892.3
  • Tree
  • List 0
  • Changed 15
  • Source Changed 1
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 850
  • Travis Job 892.3
  • 48b2281b on github
  • Prev Job for on master (#891.1)
  • Next Job for on master (#907.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