FilePathsBase.jl icon indicating copy to clipboard operation
FilePathsBase.jl copied to clipboard

`parent` is inefficient

Open ExpandingMan opened this issue 4 years ago • 0 comments

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...

ExpandingMan avatar Apr 07 '22 18:04 ExpandingMan