• Jeffrey Wilcke's avatar
    core: reduce CPU load by reducing calls to checkQueue · 61ca780f
    Jeffrey Wilcke authored
    * Reduced maxQueue count
    * Added proper deletion past maxQueue limit
    * Added cheap stats method to txpool
    
    queueCheck was called for **every** transaction instead of:
    1. add all txs
    2. check queue
    
    previously
    
    1. add txs[i]
    2. check queue
    3. if i < len(txs) goto 1.
    61ca780f
Name
Last commit
Last update
..
api Loading commit data...
codec Loading commit data...
comms Loading commit data...
shared Loading commit data...
jeth.go Loading commit data...
xeth.go Loading commit data...