sisl / Records.jl

Containers for object lists over time
Other
2 stars 2 forks source link

Allow dynamic resizing of Frame? #1

Open tawheeler opened 7 years ago

tawheeler commented 7 years ago

The Frame type pre-allocates the entity array. Unfortunately, this causes an error if you attempt to push more entities than will fit. We could allow pushing to increase the size of the array. Need to measure the affect on performance.