-
![image](https://github.com/unoplatform/uno/assets/31348972/61739a09-96ce-44aa-b1a1-3dd037345430)
![image](https://github.com/unoplatform/uno/assets/31348972/1ccc8801-53be-47db-b065-1f21d04e77fb)…
-
Spun out of #53192.
`MVCCDeleteRange` is implemented via `MVCCScan` followed by `MVCCDelete` for each of the returned keys. This is inefficient for three reasons. First, we're using `MVCCScan` whi…
-
### Describe the bug
The test `SYCL :: Printf/int.cpp` is failing on CUDA.
Upon resolution, please remove XFAIL from test source.
### To reproduce
```
/__w/llvm/llvm/toolchain/bin//clang++ -fsy…
-
I am trying to use the library with JNI for android. Using example in issue #26 I have run into a problem where it uses a really high amount of memory. using spectrogramObj_spectrogram(...) method to …
-
Procedure [dbt_reshape](https://github.com/cp2k/cp2k/blob/master/src/dbt/dbt_reshape_ops.F#L55) can be contended by memory allocations. Fortran's ALLOCATE is called on a per-thread basis with some ALL…
-
https://github.com/JoshuaLampert/DispersiveShallowWater.jl/blob/55b6cc61825b89cd3661497520a391589763eed4/src/callbacks_step/relaxation.jl#L82-L84
This will allocate new vectors whenever it's called…
-
I was wondering has anyone taken a closer look at Terminal.Gui intermediate heap allocations?
OS: Windows 10 22H2 (build 19045.3086)
VS2022 performance profiler ".NET Object Allocation Tracking"…
-
This is a regression from v1.10, but OK to close if considered normal.
```juila
julia> using Logging; f() = with_logger(NullLogger()) do
@debug "f"
end
julia> @allocations f()…
-
RFC 6062 describes a mechanism to access create a TCP TURN allocation. Are there any plans for implementing this mechanism in aioice?
-
A lot of Uri class objects are created to either manipulate or just parse URLs.
They live just for a short while, pile up, and require Garbage Collection.
Can those allocations be reduced?