tokee / nrtmosaic

Fast mosaic creation from pre-processed source images
Apache License 2.0
3 stars 0 forks source link

Share cache-arrays #31

Open tokee opened 8 years ago

tokee commented 8 years ago

Each Pyramid keeps a tiny array of bytes as a memory cache for the backing data. This is wasteful in array object overhead as well as random memory access. There should be a single larger array for each concatenated Pyramids file, shared between the Pyramids backed by that file.