danielpclark / faster_path

Faster Pathname handling for Ruby written in Rust
MIT License
782 stars 33 forks source link

WIP: Encoding #173

Open danielpclark opened 5 years ago

danielpclark commented 5 years ago

Much of this will likely have two phases of optimization. The first is to use u8 slices where that would be a good fit. But the best is to use byte codes generated from Ruby's own string encodings (second phase).