Skip to content

Release GIL to enable multi-threaded usage

Tim Schoof requested to merge parallization into main

The function get_buffer_size and get_data_size are probably too fast to benefit from releasing the GIL.

Merge request reports