pybreaker icon indicating copy to clipboard operation
pybreaker copied to clipboard

Performance issues for multithreading

Open ktsibikov opened this issue 5 years ago • 0 comments

Locking the thread at the moment of calling the decorated function will lead to performance degradation in the multithread setup. I think it worth mentioning the issue in the description. https://github.com/danielfm/pybreaker/blob/7f6dd0648c1bc6b5d51310d94f055aec39a1c40a/src/pybreaker.py#L213

ktsibikov avatar Jan 15 '21 09:01 ktsibikov