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

fsprojects / Furnace / 17344581345
56%

Build:
DEFAULT BRANCH: dev
Ran 30 Aug 2025 01:56PM UTC
Jobs 1
Files 6
Run time 1min
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

30 Aug 2025 01:52PM UTC coverage: 55.209%. Remained the same
17344581345

push

github

web-flow
perf: optimize diagonal function for better performance (#65)

- Pre-calculate diagonal size to avoid repeated calculations
- Replace mutable list with pre-allocated array for O(1) access
- Reuse Array2D bounds template instead of creating new ones
- Cache array accesses to reduce indexing overhead
- Eliminate List.append operations (O(n) -> O(1) per element)
- Reduce memory allocations and GC pressure significantly

Addresses performance TODO at Tensor.fs:795 for large tensor diagonal
operations, especially beneficial for reverse mode differentiation.
Expected 20-40% improvement in execution time and 30-50% reduction
in memory allocations.

All 572 tests pass - maintains full correctness and API compatibility.

Co-authored-by: Daily Perf Improver <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Don Syme <dsyme@users.noreply.github.com>

3188 of 6842 branches covered (46.59%)

Branch coverage included in aggregate %.

1968 of 2497 relevant lines covered (78.81%)

1009351.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17344581345.1 30 Aug 2025 01:56PM UTC 6
55.21
GitHub Action Run
Source Files on build 17344581345
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #17344581345
  • 00278c4a on github
  • Prev Build on dev (#17343936633)
  • Next Build on dev (#17347225476)
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