Closed glebm closed 6 years ago
Performance change for:
Note that the cleanpath* functions still do a lot of unnecessary heap allocations via to_string().
cleanpath*
to_string()
The implementations are cloned Ruby code to Rust. As you've already proven I'm sure there's room for more optimization.
Performance change for:
Note that the
cleanpath*
functions still do a lot of unnecessary heap allocations viato_string()
.