-
Notifications
You must be signed in to change notification settings - Fork 657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
table map memery leak #214
Comments
|
|
@zgame Thank you to write this patch. Though this patch works well, I suspect this patch causes a moderate performance degradation when the table has larger size. It is true that this is a tradeoff between memory performance and time performance, but I would like to consider better way to iterate lua tables. |
if value == LNil {
|
thx |
VigorFox
added a commit
to VigorFox/gopher-lua
that referenced
this issue
Dec 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gopher-lua table map memery leak
I use map hash , element = nil some memery can't clear , how to do this ? thanks!
The text was updated successfully, but these errors were encountered: