-
### Describe the bug
OpenSearch 2.14 introduced a new feature/setting: `cluster.allocator.existing_shards_allocator.batch_enabled`.
This setting is documented as being able be set dynamically:
…
-
### Is your feature request related to a problem? Please describe.
no
### Describe the solution you'd like
Implement custom lua allocator to increase performance
### Describe alternatives you've c…
-
This is related to https://github.com/simdjson/simdjson/issues/94
The idea is that we do very few memory allocations as it is, but we could, optionally, allow the user to provide us with a memory a…
-
We are running lot of microservices in AKS cluster and tried Alpine Linux .NET Core docker images instead of Debian due to its size and runtime memory requirements. We see better RAM utilization - t…
-
First of all, great work!
Would be really neat if a custom allocator could be used instead of `new []` - as this library is most likely used in context of some web services and decent memory parame…
-
what is the reason?
-
### System Information
I am trying to use a custom allocator with opencv. I tried to test it but the beahvior doesn’t make sense to me. I created a CV mat inside some scope. I can see the print ins…
-
I'm wondering if there's any appetite for upstreaming some changes to make it possible to utilize TCMalloc at the same time as another allocator. This may seem weird so let me try to explain. At Cloud…
-
At the moment we use calloc / malloc / free for dynamic memory allocation.
We should allow for custom memory allocators.
Look into how to best support custom allocators.
-
Add support for passing a custom allocator with the new [allocator API](https://github.com/rust-lang/rust/issues/32838).