-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: release global interpreter lock
Release GIL when execute `Synthesis` `CheapTrick` `Dio` `Harvest` `D4C` `StoneMask`. Update World. NOTE: Updating the world is necessary to prevent a data race in `randn()`. Other small optimizations.
- Loading branch information
1 parent
fa84b8b
commit 759c032
Showing
2 changed files
with
34 additions
and
28 deletions.
There are no files selected for viewing
Submodule World
updated
11 files
+7 −10 | CMakeLists.txt | |
+4 −2 | README.md | |
+1 −3 | examples/CMakeLists.txt | |
+10 −9 | src/cheaptrick.cpp | |
+28 −22 | src/d4c.cpp | |
+21 −28 | src/matlabfunctions.cpp | |
+10 −8 | src/synthesis.cpp | |
+8 −5 | src/synthesisrealtime.cpp | |
+2 −1 | src/world/constantnumbers.h | |
+11 −2 | src/world/matlabfunctions.h | |
+3 −0 | src/world/synthesisrealtime.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters