mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-07 13:53:38 +00:00
[Annotated Buffers] Improve efficiency (#7820)
* AnnotatedBinaryTextGen switch to ofstream instead of building giant string * Add --annotate-sparse-vectors to reduce AFB size
This commit is contained in:
@@ -41,6 +41,9 @@ class AnnotatedBinaryTextGenerator {
|
||||
//
|
||||
// Example: binary1.bin -> binary1.afb
|
||||
std::string output_extension = "afb";
|
||||
|
||||
// Controls.
|
||||
bool include_vector_contents = true;
|
||||
};
|
||||
|
||||
explicit AnnotatedBinaryTextGenerator(
|
||||
|
||||
Reference in New Issue
Block a user