-
There are lots of peaces of code where reciever is concrete value:
```
type CollectionType struct {
NativeType
Key TypeInfo // only used for TypeMap
Elem TypeInfo // only used for TypeMap, Ty…
-
Hi,
When using ThorVG on embedded systems me and our users also faced hard to debug out-of-memory issues. According to my best understanding these memory areas are used now:
- Normal heap with `m…
-
Continuing from https://github.com/cms-sw/cmssw/issues/46040#issuecomment-2420404065. The `CaloSubdetectorGeometry::cellGeomPtr()` leads to 1.44 million allocations per event on average in Run 3 Promp…
-
I'm using pgbouncer with pgx and saw many memory allocs in internal/sanitize packages.
Did you mind to use simple buffer pool for this https://github.com/jackc/pgx/blob/v4.18.3/internal/sanitize/sani…
-
I'm seeing some strange behavior where the performance of my numba function jumps between different "states" depending on some system state I can't seem to pin down.
This is my test function:
```p…
-
DefaultCredentialsLoader currently uses a ConcurrentDictionary which will permanently store a string and a SemaphoreSlim for every credential loaded, as it does not clean up after itself.
I am the …
-
We're using `go-git` to clone several repositories in parallel and noticed a memory spike leading to OOM/unresponsive behavior on smaller machines. I went ahead and profiled the application, noticing …
-
Todo: check the .mem files thingy (julia --track-allocation=user). Also recheck code_warntype for type unstabilities.
-
### Problem Description
While testing memory allocation using `hipMalloc()` in a HIP environment, I observed an unexpected behavior when attempting to allocate large chunks of memory.
Key Observ…
-
### Description
In Gluten there is one common issue is "killed by yarn", the root cause is that some memory allocation usually the std::vector which bypasses memory pool track. Some of the std::vecto…