-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[profiling] Use Box<[ValueType]> instead of Vec<ValueType> (#455)
* Use Option<Box<[T]>> instead of Vec<T> * use None when possible and 0 * don't panic when it's empty * Use Boxed slice * use into_iter as it was before * revert to use iter
- Loading branch information
1 parent
d8a3c9a
commit b462829
Showing
1 changed file
with
5 additions
and
5 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