-
1.01^365 = **37.78** ... a **1% improvement _each_ day _compounded_ over 365 days** is a 37x improvement!
If we do this calculation for _one_ day 1.01 x 1.01 = 1.0201 it's "meh." right? 🤷‍♂️
it d…
-
MWE:
```julia
using Metal
function local_kernel(a, expected::AbstractArray{T}, desired::T) where T
i = thread_position_in_grid_1d()
b = MtlThreadGroupArray(T, 16)
#b[i] = a[i]
…
-
# Feature or enhancement
Python doesn't currently have a thread-safe atomic counter. CPython currently internally uses a few different patterns to implement thread-safe counters. For example, some te…
-
Strawberry supports [serialization for nested mutations](https://strawberry.rocks/docs/general/mutations#nested-mutations) but Strawberry-Django doesn't seem to be able do it in an atomic way
## Fe…
-
The `opa` class (in particular `OpaDirect`) is not yet compatible with atomic databases `adb`. This involves complex issues, so it is undecided whether it will be included in the `ExoJAX2` release. Ho…
-
### Which project are you requesting an enhancement for?
kr8s
### What do you need?
Plenty of years ago I had developed a Django backend system providing amazing sync relationsheep between a …
-
The spec has this language in https://registry.khronos.org/vulkan/specs/1.3-extensions/html/vkspec.html#memory-model-atomic-operation:
> Two atomic operations A and B are mutually-ordered if and on…
-
[P3309R0](https://wg21.link/p3309r0) constexpr atomic and atomic_ref (Hana DusĂková)
-
```
#!watchflakes
default
-
## Description
I've been injecting some payloads on my ubuntu. I can see in the traces that the payloads were executed and I was able to see the expected results in traces. However, in the overview…