-
-
Notifications
You must be signed in to change notification settings - Fork 829
Open
Labels
Milestone
Description
I started some experimental multithreading code there:
https://github.com/thomaswaldmann/borg/tree/multithreading
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Multithreading