1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Haskell848 forks (848 forks)batch import
help wantedtype: performance
Repository metrics
- Stars
- 4,060 stars (4,060 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Familiarize yourself with Neil Mitchell's space leak detection technique, then apply it to the stack codebase. Set up a profiling environment, run stack with heap profiling, and analyze the output to identify potential space leaks. Look for functions that retain memory unnecessarily.
- Tech stack
- haskell
- Domain
- tooling
- Issue type
- Research
- Prerequisites
- Haskellstackspace leak detection