Summary
srfi-69 egg uses list for table of primes & vector better
Metadata
- Id: 8b68bb20c0ca6d2656aea19fa9d67399e6dadf43
- Trac id: 1858
- Type: defect
- Reporter: kon
- Owner:
- Cc:
- Status: new
- Component: extensions
- Estimated difficulty: trivial
- Resolution:
- Priority: minor
- Milestone: 6.0.0
- Version: 5.4.0
- Changetime: 2025-08-20 03:02:15 UTC
- Created: 2025-08-20 03:02:15 UTC
- Keywords:
Description
vector is better for size & access, especially since during a growth spurt the table is frequently referenced. the table is never accessed except thru one function so any representation change is isolated.