You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose adding a new flag called intern that would call unique.Make() on all strings in the generated code. This is a new feature in Go 1.23. It should help to reduce memory usage immensely.
The text was updated successfully, but these errors were encountered:
I propose adding a new flag called
intern
that would callunique.Make()
on all strings in the generated code. This is a new feature in Go 1.23. It should help to reduce memory usage immensely.The text was updated successfully, but these errors were encountered: