-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start working with boxed slices earlier
Currently it is the SymbolTableCache type's job to convert a Vec of symbols into a boxed slice. Let's move this task earlier, which will pave the way for upcoming changes but it also means one less potential copy of a Vec while we convert it down into a boxed slice. Signed-off-by: Daniel Müller <deso@posteo.net>
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 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