Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This library almost disables multithreading while used with RUST_BACKTRACE=1 #380

Open
nickkuk opened this issue Jul 12, 2024 · 0 comments

Comments

@nickkuk
Copy link

nickkuk commented Jul 12, 2024

Hello!

I ran into a situation where computation-heavy code where errors occur often (just as a part of logic) has supressed multithread behavior by using roughly 1 CPU core instead of 48 available in the case RUST_BACKTRACE=1.

Of course, this code smells and heavy computations should not use such dynamic library, but I believe this behavior should be at least documented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant