-
#228 didn't really get an answer, and I think may also be outdated now. Is there a way to load templates from memory? Not all production uses require inheritance and other features, and writing a te…
-
### What is an in memory database?
Typical databases involve a lot of setup.
* Install the Database
* Setup a Schema
* Setup the tables
* Populate the data
* Connect the application to the datab…
-
This is what I wrote in #8290
> I think there’s two very different ways we use synchronized:
>
> * To guard in-memory state. For the accesses we acquire the lock, read or write some fields, and rele…
-
**Describe the bug**
Memory leaks when an IPC subscription is created and closed.
Heap dumps from affected machines show that the memory is hogged by the object `Map children` in an instance of th…
-
Optimize memory usage in `ChipTuneEngine` so that instead of generating all waveforms per note first and then playing them, instead we create a waveform one or a few notes or beats before it is about …
-
Memory usage is not critical, but if we could it make say 50% of what it is today, it'd be great.
We could use client simulators from the tests to help with profiling.
smira updated
5 months ago
-
### Vue version
2.7.14
### Link to minimal reproduction
https://github.com/diegoexplicatis/vue-2-functional-component-memory-leak
### Steps to reproduce
See README.md of reproduction li…
-
Pufferpanel is almost perfect.
It would be nice if you could call up the last commands you had entered in the console with the up and down arrow keys without having to re-enter the whole command.
-
```
There is a small memory leak in mexClassRF_train.
Adding the following lines:
if (tst_available) {}
else {
free(xts);
free(yts);
}
to mex_ClassificationRF_train.cpp at l…
-
```
There is a small memory leak in mexClassRF_train.
Adding the following lines:
if (tst_available) {}
else {
free(xts);
free(yts);
}
to mex_ClassificationRF_train.cpp at l…