Kimahriman / hdfs-native

Apache License 2.0
32 stars 12 forks source link

Release GIL #153

Closed Kimahriman closed 2 weeks ago

Kimahriman commented 2 weeks ago

Resolves #152

Release GIL when possible for calls into Rust from Python. Added a benchmark to test the performance improvement for this as well.