Skip to content

More Efficient Backend

Latest
Compare
Choose a tag to compare
@zachcoleman zachcoleman released this 29 Dec 02:56
· 5 commits to main since this release
45813c1
  • Major feature: Refactor to no longer copy arrays
  • Major feature: Rust calls to keep GIL (side-effect of not copying data)
  • Efficiency: Single-threaded performance has improved in majority of cases (no copying)
  • Minor: Add bump2version usage