Pickling takes too long — use cpickle
Open
- Dominant language
- Python
- Stars
- 5
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Pickling takes so long as to be unusable in sutter right now.
You should switch to use `cpickle` if possible, which is much more efficient:
https://pymotw.com/2/pickle/
Contributor guide
No contributing guide indexed for this repository
Research direction
Find where sutter performs pickling and inspect the current Python pickle usage first. Replace it with the requested cPickle approach if compatible, then verify that the affected pickling path completes faster without changing its results.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- performance
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100