mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 06:25:51 +00:00
Speed up path finding by about 35%.
This commit is contained in:
@@ -2521,7 +2521,7 @@ cLog(lsDEBUG) << boost::str(boost::format("rippleCalc: Build direct: status: %s"
|
||||
}
|
||||
}
|
||||
|
||||
cLog(lsINFO) << "rippleCalc: Paths in set: " << spsPaths.size();
|
||||
cLog(lsTRACE) << "rippleCalc: Paths in set: " << spsPaths.size();
|
||||
|
||||
int iIndex = 0;
|
||||
BOOST_FOREACH(const STPath& spPath, spsPaths)
|
||||
|
||||
Reference in New Issue
Block a user