mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-16 06:36:30 +03:00
01d84a6057
Speed up file modification checks Summary: `getModificationTime` from the `directory` package is really slow. The `unix` package is faster but still slow. This PR brings the time spent checking file modifications (which is required on every change) from ~0.5s to ~0.15s. |
||
---|---|---|
.. | ||
getmodtime.c |