Rewrite `pathlib.Path` to `os.path` (RDT-590)
hfudev opened this issue · 0 comments
hfudev commented
pathlib using class and defines lots of new objects, which makes it got much more overhead than pure string manipulations os.path
.
our tool must deal with a numerous number of paths, so the accumulations of the overhead matters.