FilePathsBase.jl
FilePathsBase.jl copied to clipboard
`parent` is inefficient
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...