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
In java part of flatbuffers
Generate a Table Object is really annoying.
I'm planning add some code so it can be generate a InnerClass V1Builder in Table Class. .i.e HelloResponse.V1BuilderHelloResponse.newV1Builder
Although Builder use a lot of lambda, so it may cause memory increase.
Since you're using Java anyway, being generous with memory shouldn't be a problem.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In java part of flatbuffers
Generate a Table Object is really annoying.
I'm planning add some code so it can be generate a InnerClass
V1Builderin Table Class. .i.eHelloResponse.V1BuilderHelloResponse.newV1BuilderAnd in the finally it show's like that
Although Builder use a lot of lambda, so it may cause memory increase.
Since you're using Java anyway, being generous with memory shouldn't be a problem.
Beta Was this translation helpful? Give feedback.
All reactions