Sarrus1 / sourcepawn-studio

VSCode extension for SourcePawn scripting
https://sarrus1.github.io/sourcepawn-studio/
MIT License
143 stars 22 forks source link

Performance problems occur during usage. Memory leaks #288

Closed Boollan closed 1 year ago

Boollan commented 1 year ago

Basic informations

Further Information

When the SP file is very complex and the size of the file exceeds 1MB, the memory usage is large and the system running memory leakage is affected

To Reproduce

Code to reproduce the behaviour

Unable to provide

Expected behaviour

Private project, unable to provide code

Error messages

There is no

Sarrus1 commented 1 year ago

Hi, please see #252 as this has already been reported and is being fixed.

TL;DR: Use the pre-release version for now

There is a memory leak in the parser generator library which I cannot fix. I'm almost done migrating the backend of the extension to Rust, and I have already published some pre-release versions which fix the memory leak. Please try those as they are stable and almost ready for release (just a few misc features missing).

Closing because of duplicate.