Updated the reduce function to no longer making unnecessary copies - …
Created by: anders-wind
…saving a memory usage of NlogN. Also making it C++ standard compliant by removing a zero-sized array
This solves: #300
Created by: anders-wind
…saving a memory usage of NlogN. Also making it C++ standard compliant by removing a zero-sized array
This solves: #300