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

orion-ecs / keen-eye / 19994302530 / 1
65%
main: 65%

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

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

1574 of 1608 relevant lines covered (97.89%)

0.98 hits per line

Source Files on job 19994302530.1
  • Tree
  • List 32
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 19994302530
  • c1d598c6 on github
  • Prev Job for on main (#19994112082.1)
  • Next Job for on main (#19995422674.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