-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rustdoc-search: intern function search types
This takes advantage of more reuse opportunities. Along with the empty object commit, they bringing memory usage down about 20% over the original. stm32f4 before ``` user: 006.577 s sys: 003.464 s wall: 008.471 s child_RSS_high: 1038760 KiB group_mem_high: 1024416 KiB ``` After ``` user: 005.654 s sys: 003.249 s wall: 007.855 s child_RSS_high: 830624 KiB group_mem_high: 809264 KiB ``` (830624-1038760)/1038760 = -20.03%
- Loading branch information
Showing
1 changed file
with
72 additions
and
17 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