faster shapevl
This commit is contained in:
parent
1febc192ce
commit
1e516f4d2b
3 changed files with 61 additions and 54 deletions
|
|
@ -56,7 +56,9 @@ void eval(const std::vector<std::string>* paths,
|
|||
}
|
||||
|
||||
LOG(DEBUG) << "Evaluating " << path << "...";
|
||||
size_t i = 0;
|
||||
for (const auto& oldTrip : evalFeed->getTrips()) {
|
||||
LOG(DEBUG) << "@ " << ++i << "/" << evalFeed->getTrips().size();
|
||||
if (!mots->count(oldTrip.second->getRoute()->getType())) continue;
|
||||
auto newTrip = feed.getTrips().get(oldTrip.first);
|
||||
if (!newTrip) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue