Skip to content

os.Walk for NIM ... pretty fast ... UFFS is faster though :)

License

Notifications You must be signed in to change notification settings

githubrobbi/Ultra-Fast-Walk-in-NIM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Ultra-Fast-Walk-in-NIM

os.Walk for NIM ... pretty fast ... UFFS is faster though :)

COMPILE:

nim c -d:danger --app:lib --opt:speed --gc:markAndSweep --out:ultra_fast_walk.pyd ultra_fast_walk.nim

This will give you a dynamic link library "ultra_fast_walk.pyd" for python

Use in PYTHON:

import ultra_fast_walk as ufwlib

pys = ufwlib.walker(folderpath= "C:/") 

Look in NIM source for all the available parameters of the "walker" function e.g. filter file-extensions etc.

About

os.Walk for NIM ... pretty fast ... UFFS is faster though :)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages