Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stats
: use unwrap_unchecked instead of unwrap in perf-critical hot …
…loop we already use unwrap amyway, might as well use unwrap_unchecked for stuff we know will not panic to get rid of panic code
- Loading branch information