Files
flatbuffers/go
Brian Atkinson b3e4d9169b [Go] Force a single, early bounds check on read and write paths.
As an example, GetInt64 used to perform 8 bounds checks, one for each
slice access. By performing a bound check on the highest index, the
number of checks is reduced to one through bounds-check-elimination.
2018-07-15 16:49:21 -07:00
..
2014-07-21 16:40:39 -07:00
2016-12-21 14:32:44 -08:00
2014-07-21 16:40:39 -07:00