Skip to content

Conversation

@JakeRoggenbuck
Copy link
Owner

The speed of testM2.py went from 1.30 seconds to 0.92 seconds.

image

This is because previously we needed to create a list and for each row O(n) create an object called ReturnRecord and then do an array operation. Now we move all of that logic to Rust and get a huge speedup.

@JakeRoggenbuck
Copy link
Owner Author

fixes #157

@JakeRoggenbuck JakeRoggenbuck merged commit c11dcfc into main Mar 7, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants