mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
By avoiding redundant alignment+alloc checks (startVector does prep) and virtual calls (by making the class final) in inner loops.
By avoiding redundant alignment+alloc checks (startVector does prep) and virtual calls (by making the class final) in inner loops.