python-ndn icon indicating copy to clipboard operation
python-ndn copied to clipboard

Add multithread support

Open zjkmxy opened this issue 1 year ago • 1 comments

Python 3.13 has an option to disable GIL which allows free-threaded execution. Is it possible or beneficial to add multithreading support to python-ndn?

zjkmxy avatar Oct 07 '24 16:10 zjkmxy

Is it possible to add multithreading support?

  1. Make a list of all your dependencies.
  2. If they already support multi-threading, put a checkmark.
  3. If they don't, create an issue in their issue tracker requesting multi-threading feature (if such issue doesn't already exist), and link to that issue from there.

yoursunny avatar Jan 18 '25 21:01 yoursunny