-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Milestone
Description
c.f. https://github.com/JuliaData/CSV.jl/pull/511/files#r332346349
Note that some FilePaths can be
mmaps directly, in particularSystemPaths
other cannot, likeAWS3.S3Paths
But I guess that can be fairly easily handled by treatingSystemPaths like strings,
and all otherAbstractPathslikeCmds etc.
This would be a nice usecase for JuliaLang/julia#32732
when I eventually make that work,
since then can just compile-time know if something overload's hasmethod(MMap.mmap, ...)
OTOH, I suspect that only SystemPath's are ever going to be mmap-able.
So maybe htis don't need to be extensable,
and existing differentiation between SystemPaths and all other paths is enough.
If so, we can close this