Mark some significant optimization opportuntities.

This commit is contained in:
JoelKatz
2012-10-25 18:46:22 -07:00
parent 249725b66b
commit 87df08ea0b
3 changed files with 6 additions and 2 deletions

View File

@@ -758,6 +758,9 @@ void Peer::recvValidation(ripple::TMValidation& packet)
return;
}
// OPTIMIZEME: Should just defer validation checking to another thread
// checking the signature is expensive (but should do 'isNew' check here)
#ifndef TRUST_NETWORK
try
#endif