quark-emacs icon indicating copy to clipboard operation
quark-emacs copied to clipboard

Investigate file system test performance

Open PythonNut opened this issue 7 years ago • 0 comments

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)?

PythonNut avatar Jun 15 '18 22:06 PythonNut