-
Not an issue, but I am curious if you are aware of any issue that might arise from having multiple threads using a pre built tree to search multiple text strings simultaneously?
Thanks for your ins…
-
Currently Remfile reads a large number of chunks faster than lindi. I think it is because Remfile uses multi-threading for requests. It would be nice to add that here for reading large numbers of chun…
-
A Suite must accept multi-threading.
This brings us some problems.
1. Each thread SHOULD have a properties provider
2. A suite SHOULD not repeat properties
-
`image` only provides the `rayon` compile-time feature for controlling parallelism. There are no runtime controls exposed, which means there isn't an obvious way to control things like:
1. Whether …
-
Change from [usage of mutex](https://github.com/NodyHub/fifi/blob/main/main.go#L234-L236) to [channel](https://gobyexample.com/channels).
-
Dear qsopt_ex team,
I am Jörg Rambau from the university of Bayreuth. I am writing this as the author of TOPCOM. I have successfully built an interface to qsopt_ex for regularity checks of triangul…
-
Dear
I am trying to use Threading with UE4 and Python, but whenever I start the thread UE4 crashes. Could you please help me in this matter?
My code is as follows:
def capture_scene(sel…
-
Multi-threaded rendering would almost certainly be a performance boost for libass, but we need to answer a lot of questions before we start work, including:
- At what stage(s?) do we use threads? Per-…
-
Hi,
I'm using `passivedns` on a big chunk of traffic but it only uses one core and one process. Is there any way we can add threading or worker functionality to `passivedns`? I believe the choke po…
-
In the README.md of the repo, it says that the lib only supports single-threaded applications, but given that the inner type of a Gc pointer now requires `Send` and `Sync`, I wanted to check if this w…