Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use more compact storage for impl lookup buckets. (#4351)
If the bucket is of size zero or one, which is expected to be the common case, then store it directly. For the remaining cases, use a side table of lookup buckets. --------- Co-authored-by: Jon Ross-Perkins <jperkins@google.com>
- Loading branch information