-
Hi, I have been compiling OpenEXR with the option `OPENEXR_ENABLE_THREADING=OFF`, and have been seeing occasional crashes in the ImfHeader code. My application is already multi-threaded so I thought t…
-
In the last meeting we briefly discussed this, and it was suggested that I write up more details of the problem and some possible solutions. I did that here:
https://gist.github.com/kripken/949eab9…
-
Java 21 ships with virtual threads: https://openjdk.org/jeps/444
The JUnit Platform should provide an implementation of the `HierarchicalTestExecutorService` using virtual threads as an opt-in feat…
-
![Screenshot 2024-01-30 145748](https://github.com/TheSainEyereg/flipper-pc-monitor-backend/assets/25873048/f85f000c-a2ba-4e01-94fc-dacf1752cab5)
I got an error (see screen shot)
I am using Win …
Rodov updated
2 months ago
-
Refactor OpenAL back-end to use the new thread functions and test on Linux.
-
Tracking known blockers to actual support of Python's new `t` free-threaded ABI - add new ones as we discover them.
* [x] Extensions built with `Py_LIMITED_API` (default) under `t` ABI will always …
-
Here is sample program (mimalloc 1.8.7 and 2.1.7):
```c++
#include
#include
#include
// Build with: cl /MD mimalloc_tl_test.cpp mimalloc-override.lib /link /INCLUDE:mi_version
class MTest…
-
# Issue
When building a project with Vite, both the "worker" and "main" threads generate very large bundles, presumably including all of typescript:
```
static/target/assets/typescript_worker-CanckLW…
-
I'll start by saying I don't think this is an issue in Platypus, and what I'm trying to achieve is likely firmly in the realms of "I'm surprised that even sometimes works".
While working on [MIDI::…
-
### Steps to reproduce
1. `flutter channel master`
2. `flutter run --profile`
3. Scroll vigorously up and down
Reproducible on `master` TOT at the moment : 3ed40f003a92487dfa96833e6a1e1bd7f8ce…