-
Kulikov Alexey authored
vtable and vtable size depends only on `Table#bb_pos` but calculated in `Table#_offset` method on each field lookup. Doing this with every call of `Table#__offset` is redundant. These values can be read once with change of `Table#bb_pos` and reused for any field lookup.
4e5152d8
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
ByteBufferUtil.java | ||
Constants.java | ||
FlatBufferBuilder.java | ||
Struct.java | ||
Table.java | ||
Utf8.java | ||
Utf8Old.java | ||
Utf8Safe.java |