jamescourtney / FlatSharp

Fast, idiomatic C# implementation of Flatbuffers
Apache License 2.0
497 stars 50 forks source link

Does it support pool creating? #263

Closed liunliun closed 2 years ago

liunliun commented 2 years ago

Hi jamescourtney,I think the flatshap can not deserialize from pool now. So do you have a plan to support it in the future?

jamescourtney commented 2 years ago

There are no plans to support object pooling at this time. It was discussed in #164, and I decided not to pursue the feature. If you are having GC issues with FlatSharp, consider: