Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reuse empty int[0] in MessageSchema.intValue to save allocations
This should save a little memory. We've observed hundreds of such empty arrays in some applications. This affects non-empty messages with none of: - repeated fields - map fields - fields to check if they're initialized PiperOrigin-RevId: 658137927
- Loading branch information