issues
search
PythonNut
/
quark-emacs
:rocket: An incredible wonderland of code
MIT License
137
stars
6
forks
source link
Investigate file system test performance
#108
Open
PythonNut
opened
6 years ago
PythonNut
commented
6 years ago
It takes
10ms
to detect file system types.
Benchmark with
hyperfine
.
Consider a fast-path using
stat
on Linux.
Consider a fast-path using a dynamic module.
Look into caching the results, potentially approaching it using child-matching (and idle jobs)?
It takes
10ms
to detect file system types.hyperfine
.stat
on Linux.