-
Adding either `-sWASM_WORKERS` in my Makefile here: https://github.com/FrostKiwi/frostorama/blob/751cb0bdf99de609db57cb4134991d8b09135652/Makefile#L43 or `-pthread` in the c flags here
https://github…
-
Hi,
First let me say that I have been quite happy with the performance of deconwolf. I have tested it using sets of RNA FISH images with great results. I think it works better (and faster) than th…
-
I was rewatching parts of your livestream and realise that `add` with a return value was headache inducing.
Feel free to close this if it's offtopic. But i thought about rewriting the sequential ID g…
-
```c
#include
#include
#include
#include
static atomic_size_t i = 0;
static atomic_size_t j = 0;
static void handler(int sig) {
atomic_fetch_add_explicit(&i, 1, memory_order_re…
-
Couldn't quite get thread-stream running well in our services so we re-implemented something similar. We used a simpler concurrent queue implementation that might be useful for thread-stream as well.
…
ronag updated
2 years ago
-
To work around `crossOriginIsolation` issues coming from the `SharedArrayBuffer`, I'm trying to run this package in the main thread. I see that support was added for this recently.
However, when I…
-
Hey! I have two threads. First stores 1 to x and load y, second stores 1 to y and load x. But assert broke with message
`thread 'main' panicked at 'x = 0, y = 0', src/main.rs:23:9`
Why it possible …
-
https://github.com/RevenueCat/purchases-ios/blame/72b06f69438eff747fe0d6baa408b3a7745d4087/Sources/Misc/RateLimiter.swift#L41
https://github.com/RevenueCat/purchases-ios/blame/72b06f69438eff747fe0d…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR16498](https://bugs.llvm.org/show_bug.cgi?id=16498) |
| Status | NEW |
| Importance | P normal |
|…
-
https://github.com/schell/renderling/blob/222060db299c04fc5384444ac346ea5e8b59d9b0/crates/renderling/src/ibl/diffuse_irradiance.rs#L74