-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
catalog: optimize adding all entries from a catalog
Previously, when copying from different catalog objects incurred unnecessary overhead by copying values. To address this, this patch will move references over between them. Before this and the previous patch applied: BenchmarkORMQueries/asyncpg_type 13252306945 ns/op 5442736128 B/op 29586155 allocs/op After this patch: BenchmarkORMQueries/asyncpg_types 12399752839 ns/op 4602288096 B/op 27474078 allocs/op Informs: #124750 Release note: None
- Loading branch information
Showing
1 changed file
with
40 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters