mtiller / recon

Web and network friendly simulation data formats
MIT License
8 stars 4 forks source link

Look at wall2meld performance #44

Open xogeny opened 10 years ago

xogeny commented 10 years ago

Martin Sjölund pointed out several areas where wall to meld conversion was slow. The first thing to do is identify whether it is possible to do this conversion "in memory" (since that would probably be a fairer comparison).

We should also profile the conversion process to see where we can speed things up. Martin points out that the array packing and unpacking seems to be the big thing. I wonder if there is a way to optimize that more?