-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
The following linked comment seems to label Eigen::Map as allocating memory on the heap. I understand Eigen::Map to provide a zero-copy view of the input memory, so there are no allocations on the heap. Is this an older comment, and should be removed? Or is my understanding about Eigen::Map incorrect?
| // TODO(anyone): heap allocation should be removed for realtime use |