Opened 3 hours ago
#1858 new defect
srfi-69 egg uses list for table of primes & vector better
Reported by: | Kon Lovett | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 6.0.0 |
Component: | extensions | Version: | 5.4.0 |
Keywords: | Cc: | ||
Estimated difficulty: | trivial |
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.
Note: See
TracTickets for help on using
tickets.