flatbuffers
flatbuffers copied to clipboard
flatbuffer vector 2G limitation question
Hi teams I recently noticed that [v23.5.9] released a new feature on the C++ side that supports larger buffers than 2G. That is awesome and there are 2 questions in my mind:
- if we use C++ generate a flatbuffer file with the schema that contains a vector larger than 2G, and Golang to read it. What will happen?
- Do you have any plan to support it in golang sdk
thx
Languages other than C++ will just not see those fields, as the generators don't emit accessors for them. The rest of the buffer should still be readable as is.
I don't have any immediate plans to include 64bit support for other languages, but i will definitely review PRs that add them.
This issue is stale because it has been open 6 months with no activity. Please comment or label not-stale
, or this will be closed in 14 days.
This issue was automatically closed due to no activity for 6 months plus the 14 day notice period.