deno
4791d16a
- perf(cli): use faster_hex (#22761)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
perf(cli): use faster_hex (#22761) `cli::util::checksum` was showing up on flame graphs because it was concatenating allocated strings. We can use `faster-hex` to improve it.
References
#22761 - perf(cli): use faster_hex
Author
mmastrac
Parents
594d8397
Loading