bayesimpact / bayesimpact/fex

Pickling takes too long — use cpickle

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.