C++ implementation for csp.Struct from_dict/from_json
Open
Nobody has claimed this yet.
type: feature
- Dominant language
- Python
- Stars
- 441
- Forks
- 90
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 5
Description
Describe the solution you'd like
C++ implementation of the csp.Struct from_dict/from_json that have better performance than the current python implementation: https://github.com/Point72/csp/blob/main/csp/impl/struct.py#L250.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with csp/impl/struct.py around line 250 and read the existing Struct from_dict and from_json implementations. Determine where the C++ implementation belongs and how equivalent behavior and improved performance would be verified; the issue does not name tests or C++ entry points.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python
- Domain
- stream-processing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100