-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use concrete struct type for FieldSpecs
Summary: Improves memory situation and (possibly) performance: ``` # Before BenchmarkStructRead-166 1000 2919910 ns/op BenchmarkStructWrite-166 1000 1915671 ns/op # After BenchmarkStructRead-166 1000 2877417 ns/op BenchmarkStructWrite-166 1000 1871540 ns/op ``` Reviewed By: leoleovich Differential Revision: D65249408 fbshipit-source-id: 1733faa22b004ced88eb5750d0dcd5e45f3bafb3
- Loading branch information
1 parent
b5b8c31
commit 78e5b27
Showing
81 changed files
with
895 additions
and
895 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
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
Oops, something went wrong.