-
-
Notifications
You must be signed in to change notification settings - Fork 811
Open
Labels
Milestone
Description
I started some experimental multithreading code there:
especially:
From Python c-api docs:
"the standard zlib and hashlib modules release the GIL when compressing or hashing data."
So current compression and hashing should be ok for good multithreading, as well as python's I/O (it releases GIL before I/O ops).
Additionally, later changesets implement code to release the GIL there:
- chunker
- crypto
- lz4 compression
rugk, h3ndrk, thomas-mc-work, mrwsl, dmromanov and 37 moremagma1447, varac, Glandos, mrwsl, dmromanov and 5 more
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Multithreading