Optimize Lindemann Index Calculation Using Distance Vector
N720720 opened this issue ยท 1 comments
N720720 commented
๐ Motivation
The initial implementation of the Lindemann index calculation utilized a square-form distance matrix. By switching to a distance vector, we save memory and enhance computational efficiency.
๐ Description of the Optimization
The optimization replaces the square-form distance matrix with a distance vector. This change reduces memory usage and improves computational performance. The distance vector requires
github-actions commented
Hello @N720720, thank you for your interest in our work!
If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.