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-21 17:09:19 +02:00
2015-06-29 18:51:48 +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 18:51:48 +02:00
2015-06-29 18:51:47 +02:00
2015-05-19 21:50:56 +02:00
2015-06-29 18:51:48 +02:00
2015-06-29 18:51:48 +02:00
2015-06-08 02:54:10 +02:00
2015-06-29 13:31:49 +02:00
2015-06-29 18:51:49 +02:00
2015-06-29 18:51:47 +02:00
2015-06-30 00:36:25 +02:00
2015-06-30 11:14:43 +02:00
2015-06-08 02:19:39 +02:00
2015-05-15 00:42:06 +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-09 13:24:32 +02:00
2015-06-29 18:51:47 +02:00
2015-06-10 17:13:32 +02:00
2015-05-28 14:03:10 +03:00
2015-06-29 18:51:48 +02:00
2015-06-30 14:01:12 +02:00
2015-06-30 14:01:12 +02:00
2015-06-29 18:51:47 +02:00