Jeffrey Wilcke 61ca780f3b core: reduce CPU load by reducing calls to checkQueue
* 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.
2015-06-30 14:01:12 +02:00
..
2015-06-18 12:25:02 +02:00
2014-12-04 10:28:02 +01:00
2015-03-23 16:59:09 +01:00
2015-06-29 13:31:49 +02:00
2015-06-29 18:51:49 +02:00
2015-06-10 10:59:44 +02:00
2014-12-04 10:28:02 +01:00
2014-12-18 13:12:54 +01:00
2015-06-10 17:13:32 +02:00
2015-06-29 18:51:47 +02:00