plugeth/rpc
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
..
api core: reduce CPU load by reducing calls to checkQueue 2015-06-30 14:01:12 +02:00
codec added IPC timeout support 2015-06-25 14:32:22 +02:00
comms improved logging for IPC connection lifetime management 2015-06-25 15:54:16 +02:00
shared fixed eth sign unittest 2015-06-22 13:19:59 +02:00
jeth.go added RPC start/stop support 2015-06-22 12:47:32 +02:00
xeth.go cmd/geth, rpc/api: extend metrics API, add a basic monitor command 2015-06-24 18:34:05 +03:00