vlang / ved

1 MB text editor written in V with hardware accelerated text rendering. Compiles in <1s.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible memory leak?

kaseyhinton opened this issue · comments

High memory consumption

As I was checking out this editor I noticed what appears to be a slow memory leak. I am on windows 10 fresh install fully updated. It took about 30 minutes or so of just leaving vid up in the background to get to about 500MB. All I did was open up a file, execute a few commands, and let it run in the background while I was working on something else. Here are the screenshots

Console

console

Task Manager

vidmemory

Yes, it's full of leaks, I know all the sources of them.

This will be fixed in V itself this month.

Thanks!

Should be open until it's fixed.

Did it get fixed?