-
Issue:
Assertions.Assert has performance issues if you do something like this:
```
// in a hot loop called many times per update
Assert.IsTrue(x > y, $"{x} is not greater than {y}");
```
The mes…
-
In GitLab by @Cube on Oct 7, 2020, 20:39
## Summary
When using the piuio hooks with pro and pro2, there is a significant bump in cpu usage. On mk9 hardware this is noticed by lag introduced during ga…
-
Current pre-dump mode suffers from several issues
1. It keeps all the memory in pipes, and their number can be huge due to limited one pipe size
2. It keeps all the memory in pipes and this memory…
-
Large sessions (i.e. sessions that contains a lot of `Application` instances) create quite a memory and time overhead for the `add()` method on the `Session` object and the `progress()` method on the …
-
The overhead of deallocating a read-write set at a commit time is high, if we have many tuples in a read-write set. It is the case with analytics queries. There are many ways to handle this, such as…
-
This enables platforms to use optimized allocators that don't need to separately store the size of each allocation - potentially saving significant overhead. See for example, https://github.com/jemall…
-
Could we have macros?
Are they worth it? What's the runtime overhead of calling a function in R.
-
When compiling one of out product java-source, we get an OutOfMemoryError after a while. We compile with up to 4GB of RAM.
We can simply reproduce the OOME when compiling the sources.
We tried l…
-
Hi,
We are having the following stacktrace when ingesting big excel files (over 10000 lines):
```
java.lang.OutOfMemoryError: GC overhead limit exceeded
at java.util.TreeMap.put(…
-
Putting the arguments into the `NP` and spreading them again isn't likely to be cheap. I should benchmark.
The internals of `Advice` are hidden. Perhaps, if optimization were required, `Advice` cou…