danielpclark / faster_path

Faster Pathname handling for Ruby written in Rust
MIT License
781 stars 29 forks source link

Faster `plus` and `join` #167

Closed glebm closed 6 years ago

glebm commented 6 years ago

I'm not sure how well the tests verify correctness but they pass.

Before: join 72.0%, plus 87.7%. After: join 76.5%, plus 91.2%.