-
I am having trouble getting Yappi to work with Python 3.13t Free Threading. Attempting to isolate the issue, the smallest example was using `unittest.patch`. However I am able to see it with other lib…
-
Would it make sense to have a non-thread safe version for thread-local executors like [`unsend`](https://docs.rs/unsend/latest/unsend/)?
This could be more performant (both because it could use `Lo…
-
Hello, I was thinking and decided that I should let you know about a problem with the implementation of the [threading](https://docs.python.org/3/library/threading.html) module. As we all know, PyPy i…
-
Hello,
Thank you very much for open-sourcing such an interesting project. I followed the prompt steps and conducted a test. However, there was an error during the rendering process, which caused th…
-
This is not a big deal, since probably no one will get bit by this, but all of the CPU info functions race to initialize on the first call.
It might be worth detecting _all_ the CPU stuff in a sing…
-
This is a list of all the "jank" I come across with this codebase as it is written. If you are a user of quibble, please feel free to discuss weird issues you have here!
What jank is mentioned in t…
leios updated
2 months ago
-
I've noticed that recent webui operations are taking up a lot of CPU resource on Windows.
Even a very simple `examples/C/minimal` project shows high CPU resource consumption.
Maybe the mutex inside …
-
It's been a while, but I'd love to hear some new music from anyone releasing stuff under a Creative Commons Attribution or Attribution-ShareAlike license. If you have anything to suggest, please leave…
-
I'm not sure if I understood the [docs](https://www.intel.com/content/www/us/en/docs/onemkl/developer-reference-c/2024-1/threading-control.html) correctly, but I assumed that `BLAS.set_num_threads(n)`…
-
Currently, the sampling ratio is a global setting for the plugin.
The main concern is that a VPP instance may have 1G and 100G interfaces, or it may have some interfaces with lower and higher traf…