njtierney / maxcovr

Tools in R to make it easier to solve the Maximal Coverage Location Problem
http://maxcovr.njtierney.com/
GNU General Public License v3.0
42 stars 11 forks source link

Push more of the code into c++ #46

Closed njtierney closed 4 years ago

njtierney commented 7 years ago

Currently there is a lot of going back and forth between R and c++, which I think almost certainly isn't making it faster.

njtierney commented 4 years ago

This might not be necessary if the Sparse matrix implementation with the Matrix takes away a lot of the pain.

njtierney commented 4 years ago

Closed, as we will instead focus on using sparse matrices in a future release #45