yakra / DataProcessing

Data Processing Scripts and Programs for Travel Mapping Project
0 stars 0 forks source link

calloc #224

Open yakra opened 2 years ago

yakra commented 2 years ago
grep -l 'new.*\[' `find . -name \*.cpp`

Search for places new arrays are declared then manually zeroed out

yakra commented 2 years ago

OTOH, I'd have to include a new header file, increasing compilation time. How much time would this really save?