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

orion-ecs / keen-eye / 20145346487
65%

Build:
DEFAULT BRANCH: main
Ran 11 Dec 2025 07:46PM UTC
Jobs 1
Files 128
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

11 Dec 2025 07:44PM UTC coverage: 94.413% (+0.006%) from 94.407%
20145346487

push

github

tyevco
perf: Cache QueryDescription.AllRequired to eliminate LINQ allocations

Fixes #217

Changed AllRequired from a computed property using LINQ to a cached
ImmutableArray<Type> with lazy initialization. This eliminates multiple
enumerator allocations in hot paths during query archetype matching.

Implementation:
- Added nullable ImmutableArray<Type> cache field
- Lazy initialization on first access
- Cache invalidation when components are added (AddRead/AddWrite/AddWith)
- Return type changed from IEnumerable<Type> to ImmutableArray<Type>

Tests:
- Added test for cache instance reuse
- Added test for cache invalidation on component addition
- Added test to verify ImmutableArray return type

Co-authored-by: Tyler Coles <tyevco@users.noreply.github.com>

1210 of 1288 branches covered (93.94%)

Branch coverage included in aggregate %.

12 of 12 new or added lines in 1 file covered. (100.0%)

6631 of 7017 relevant lines covered (94.5%)

1.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20145346487.1 11 Dec 2025 07:46PM UTC 128
94.41
GitHub Action Run
Source Files on build 20145346487
  • Tree
  • List 128
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20145346487
  • 36ee0754 on github
  • Prev Build on main (#20145264491)
  • Next Build on main (#20145455117)
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