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
TracePy's speed can be improved substantially by switching to a SoA format (similar to what I did in the basic C++ implementation I made here: https://github.com/GNiendorf/Tracepy-Fast). Right now it uses an AoS (Array of Structures) format which is simpler to implement but much, much slower.
The text was updated successfully, but these errors were encountered:
TracePy's speed can be improved substantially by switching to a SoA format (similar to what I did in the basic C++ implementation I made here: https://github.com/GNiendorf/Tracepy-Fast). Right now it uses an AoS (Array of Structures) format which is simpler to implement but much, much slower.
The text was updated successfully, but these errors were encountered: