No description
3ff49e1a44
Previously, os.path.isdir was one of the biggest time sinks in spinal. Switching from my custom code to os.walk, thanks to its use of scandir, saves a lot of time. For searching my 2TB drive with a hot cache, time shrank from 70s to 35s. However, os.walk doesn't support breadth first search, so that's gone unless I reimplement os.walk myself to support it. |
||
---|---|---|
voussoirkit | ||
pypi_upload.bat | ||
README.md | ||
setup.py | ||
voussoirkit_logo.svg |
voussoirkit
This is a collection of tools that I use often and import into my other projects.
Install
pip install voussoirkit