Daft icon indicating copy to clipboard operation
Daft copied to clipboard

[CHORE] Upgrade PyO3 version to 0.21

Open kevinzwang opened this issue 9 months ago • 0 comments

PyO3 version 0.21 includes several things that we would find useful

  • the new Bound API that improves performance over GIL refs
  • support for datetime conversions with the abi3 feature, which will eliminate the need for some of the possibly inefficient timestamp conversion code that we currently have

To use these new functionalities we will need to do some refactoring

kevinzwang avatar May 20 '24 22:05 kevinzwang