TheDigitalFrontier / parallel-decision-trees

Semester project in CS205 Computing Foundations for Computational Science at Harvard School of Engineering and Applied Sciences, spring 2020.
MIT License
3 stars 1 forks source link

Prevent memory leaks. #63

Closed gpestre closed 4 years ago

gpestre commented 4 years ago

In most of these cases, the objects being passed are small/temporary, so I don't think there was too much benefit from passing them as pointers rather than objects in the previous approach.

The most salient case is the DataFrame.col method: