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-22 12:47:32 +02:00
2015-06-22 12:47:32 +02:00
2015-06-23 08:26:17 +02:00
2015-06-22 09:17:09 +02:00
2015-06-22 12:47:32 +02:00
2015-06-22 12:47:32 +02:00
2015-06-22 12:47:32 +02:00
2015-06-22 08:54:21 +02:00
2015-06-22 08:54:21 +02:00
2015-06-22 12:47:32 +02:00
2015-06-24 18:34:05 +03:00
2015-06-24 18:34:05 +03:00
2015-06-25 15:33:26 +03:00
2015-06-22 13:19:59 +02:00
2015-06-22 13:19:59 +02:00
2015-06-29 18:51:47 +02:00
2015-06-22 12:47:32 +02:00
2015-06-11 14:01:41 +02:00
2015-06-11 14:01:41 +02:00
2015-06-22 12:47:32 +02:00
2015-06-11 14:01:41 +02:00
2015-06-22 12:47:32 +02:00
2015-06-29 18:51:48 +02:00
2015-06-11 14:01:41 +02:00
2015-06-11 14:43:05 +02:00
2015-06-22 12:47:32 +02:00
2015-06-11 14:01:41 +02:00
2015-06-22 12:47:32 +02:00
2015-06-11 14:01:41 +02:00
2015-06-11 14:01:41 +02:00
2015-06-30 14:01:12 +02:00
2015-06-22 13:19:59 +02:00
2015-06-22 08:54:21 +02:00
2015-06-22 12:47:32 +02:00