RefactoringTools / HaRe

The Haskell Refactoring Tool
http://www.cs.kent.ac.uk/projects/refactor-fp/
Other
139 stars 32 forks source link

Reduce sessions #32

Closed jacereda closed 7 years ago

jacereda commented 7 years ago

Just an idea on how to reduce time and memory usage when renaming. Time for a rename in my project went down from ~140 seconds to 14. Memory consumption dropped from 1.8GB to 310MB.

jacereda commented 7 years ago

On closer inspection, looks like the problem might be in ghc-mod. Closing this one for now.