helix-mods/helix-stdx
Mo 6db666fce1
Optimization of tilde expansion (#9709)
* Use next and avoid a redundant prefix strip

* Avoid allocations

Especially when `expand_tilde` is claled on a path
that doesn't contain a tilde.

* Add a test

* Use Into<Cow<…>>

* Put the expand_tilde test at the end of the file

* Remove unused importsw
2024-02-24 16:59:11 +01:00
..
src Optimization of tilde expansion (#9709) 2024-02-24 16:59:11 +01:00
tests Create helix-stdx crate for stdlib extensions 2024-01-18 10:57:53 +09:00
Cargo.toml build(deps): bump tempfile from 3.9.0 to 3.10.0 (#9538) 2024-02-12 02:23:24 +01:00