Commits


Shahzad Lone authored and Guolin Ke committed 24c9503fa40
Reserve vectors, to save reallocation costs. (#1949) File: [LightGBM//src/io/dataset.cpp] Function: [138:FastFeatureBundling(...)] Reserving vectors where we already know the size to save on reallocation costs. Also removed a variable that was unnecessary.