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
- Avg merge 17d 10h (Avg merge 17d 10h)6 merged PRs in 30d (6 merged PRs in 30d)
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