You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the largest antennas configuration there is a performance degradation compared to the other utils functions.
This is most likely from the python interactions in the large Nants utility functions.
I've tried messing with the cython compiler directives like cdivision but it does not seem to fix this issue.
I first noticed this when toying with writing the utilites in rust and noticed the factor of ~10 slow down
compared to the 2048 implementation (and 256)
The text was updated successfully, but these errors were encountered:
In the largest antennas configuration there is a performance degradation compared to the other utils functions.
This is most likely from the python interactions in the large Nants utility functions.
I've tried messing with the cython compiler directives like
cdivision
but it does not seem to fix this issue.I first noticed this when toying with writing the utilites in rust and noticed the factor of ~10 slow down
compared to the 2048 implementation (and 256)
The text was updated successfully, but these errors were encountered: