olmozavala / particleviz

Software to generate visualizations of large number of particles from Lagrangian output.
MIT License
10 stars 6 forks source link

Reduce memory usage with ragged arrays #13

Open olmozavala opened 2 years ago

olmozavala commented 2 years ago

The binary files created by particle viz are square matrices even when most particles may not be visible most of the time. We need to investigate the use of ragged arrays to reduce the size of these binary files. This will considerably reduce the loading time of the app when most particles are not visible.