Pri: 2approvedcodebase qualityhelp wanted
Repository metrics
- Stars
- (16,196 stars)
- PR merge metrics
- (平均マージ 15h 43m) (30d で 7 merged PRs)
説明
The Calculator engine allocates and frees its own memory which leads to issues such as double-frees that are hard to investigate. We should clean this code and switch to modern constructs such as smart_ptrs to eliminate these issues.