ReliaSolve / Molprobity2

0 stars 0 forks source link

Probe: Consider caching a map of weak pointers to dot sets #92

Closed russell-taylor closed 3 years ago

russell-taylor commented 3 years ago

This will keep us from needing to re-generate sets for different atoms that have the same radius and density settings, which should vastly reduce the number of calls to cos() and sin().

russell-taylor commented 3 years ago

This is already being done in Reduce, so we'll inherit it when we merge the two code sets.