DanielGavin / ols

Language server for Odin
MIT License
440 stars 68 forks source link

Switch static arena to growing arena #322

Closed oliverlars closed 6 months ago

oliverlars commented 6 months ago

Quite a few of us at JangaFX rely on OLS, and we have quite a few very large files which will cause OLS to crash given the arena is fixed to 25mb.

this PR makes a trivial change: switching from the built-in arena to the built-in growing-arena, the characteristics of the code and the code itself remain the same but the edge case of large files is now handled correctly and do not result in a crash.