Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance optimization for upb python extend repeated scalars.
Before: _bench_append, 100000, 241.9 _bench_extend, 100000, 112.3 _bench_assign, 100000, 83.3 _bench_pybind11, 100000, 16.2 After: _bench_append, 100000, 224.3 _bench_extend, 100000, 71.2 _bench_assign, 100000, 81.1 _bench_pybind11, 100000, 14.7 PiperOrigin-RevId: 707749522
- Loading branch information