rofinn / FilePathsBase.jl

Filesystem path types in julia
Other
82 stars 17 forks source link

`parent` is inefficient #161

Open ExpandingMan opened 2 years ago

ExpandingMan commented 2 years ago

Current this just calls last(parents(p)) and is very inefficient due to excessive allocations. Should be easy to fix, but I didn't do it because I'm having big problems with this package and AWSS3.jl right now because AWSS3.jl is still capping this... we really need to fix...