dppb05 / nerf_c

Implementation of the NERF algorithm in C.
0 stars 0 forks source link

Optimize compute_membvec #3

Open dppb05 opened 7 years ago

dppb05 commented 7 years ago

It might be a better idea to create a local array to store intermediate values instead of using membvec itself.