TorstenDittmann / OmniaWrite

A text editor engineered for creative writing.
https://OmniaWrite.com
Apache License 2.0
161 stars 34 forks source link

[bug] project overview memory leak causes performance problems #48

Closed TorstenDittmann closed 4 years ago

TorstenDittmann commented 4 years ago

https://github.com/TorstenDittmann/OmniaWrite/blob/1.1/src/routes/Overview/Project.svelte#L13-L42

This most likely needs a revision without subscriptions, I experienced some memory leaks that influence the UI really bad.

TorstenDittmann commented 4 years ago

Fixed with https://github.com/TorstenDittmann/OmniaWrite/commit/d8e0ab9478f1d57f52d3c4e2abbe163e2fe217ef

It is also 4-5 times faster in calculating 🥳