-
Brian Atkinson authored
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.
b3e4d916
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| builder.go | ||
| doc.go | ||
| encode.go | ||
| grpc.go | ||
| lib.go | ||
| sizes.go | ||
| struct.go | ||
| table.go |