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

orion-ecs / keen-eye / 19994302530
65%

Build:
DEFAULT BRANCH: main
Ran 06 Dec 2025 09:10PM UTC
Jobs 1
Files 32
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

06 Dec 2025 09:09PM UTC coverage: 97.886% (+2.0%) from 95.886%
19994302530

push

github

tyevco
Implement archetype chunk pooling for large-scale entity support (Issue #90)

Phase 2 - Performance & Storage implementation:

Core Architecture:
- Add Archetype, ArchetypeChunk, and ArchetypeId for type-based entity storage
- Add ArchetypeManager for archetype lifecycle and entity location tracking
- Add ComponentArray with ArrayPool integration for cache-friendly storage
- Add ChunkPool for reusing archetype chunks across entity lifecycle
- Add EntityPool for entity ID recycling with version tracking
- Add QueryManager and QueryDescriptor for efficient query caching

Performance Features:
- Chunk-based storage with configurable size (default 256 entities/chunk)
- Memory pooling reduces GC pressure for 100k+ entities
- O(1) component access via archetype-based lookups
- Query result caching with automatic invalidation

New Samples & Benchmarks:
- MassSimulation sample demonstrating 100k+ entities
- ChunkPoolingBenchmarks for performance validation

Testing:
- Comprehensive test coverage for all new components
- Edge case tests for error paths and boundary conditions
- Internal API tests for framework internals

Documentation:
- Add code coverage requirements to CLAUDE.md
- Add test quality standards and naming conventions

806 of 824 new or added lines in 14 files covered. (97.82%)

1574 of 1608 relevant lines covered (97.89%)

0.98 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
89.66
src/KeenEyes.Core/Archetypes/ArchetypeId.cs
3
95.38
src/KeenEyes.Core/Archetypes/ComponentArray.cs
3
92.68
src/KeenEyes.Core/Queries/QueryDescriptor.cs
2
88.24
src/KeenEyes.Core/Pooling/ComponentArrayPool.cs
1
99.07
src/KeenEyes.Core/Archetypes/Archetype.cs
1
98.82
src/KeenEyes.Core/Archetypes/ArchetypeChunk.cs
1
96.77
src/KeenEyes.Core/Pooling/EntityPool.cs
1
98.7
0.62% src/KeenEyes.Core/World.cs
Jobs
ID Job ID Ran Files Coverage
1 19994302530.1 06 Dec 2025 09:10PM UTC 32
97.89
GitHub Action Run
Source Files on build 19994302530
  • Tree
  • List 32
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #19994302530
  • c1d598c6 on github
  • Prev Build on main (#19994112082)
  • Next Build on main (#19995422674)
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