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.

  1. Benchmark with hyperfine.
  2. Consider a fast-path using stat on Linux.
  3. Consider a fast-path using a dynamic module.
  4. Look into caching the results, potentially approaching it using child-matching (and idle jobs)?