aboutsummaryrefslogtreecommitdiffstats
path: root/core/tx_pool.go
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-21 16:14:51 +0800
committerWei-Ning Huang <w@byzantine-lab.io>2019-06-12 17:27:18 +0800
commit95cdd25856f2a38861f6abd622cbc3232f909268 (patch)
tree1c76919498802cd58ab1601f1b9c9e4c1cf856f2 /core/tx_pool.go
parent43846e6cfaa477d406277895275bf3c722e1bdec (diff)
downloadgo-tangerine-95cdd25856f2a38861f6abd622cbc3232f909268.tar
go-tangerine-95cdd25856f2a38861f6abd622cbc3232f909268.tar.gz
go-tangerine-95cdd25856f2a38861f6abd622cbc3232f909268.tar.bz2
go-tangerine-95cdd25856f2a38861f6abd622cbc3232f909268.tar.lz
go-tangerine-95cdd25856f2a38861f6abd622cbc3232f909268.tar.xz
go-tangerine-95cdd25856f2a38861f6abd622cbc3232f909268.tar.zst
go-tangerine-95cdd25856f2a38861f6abd622cbc3232f909268.zip
core: add global signature cache and improve concurrency (#42)
From the go trace result, the bottleneck hides in the lock of StoreTxCache. To improve this, we update the cache in a batched fassion.
Diffstat (limited to 'core/tx_pool.go')
-rw-r--r--core/tx_pool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/tx_pool.go b/core/tx_pool.go
index fc36d50bf..0a87be25b 100644
--- a/core/tx_pool.go
+++ b/core/tx_pool.go
@@ -966,7 +966,7 @@ func (pool *TxPool) removeTx(hash common.Hash, outofbound bool) {
}
}
- types.DeleteTxCacheByHash(hash)
+ types.GlobalSigCache.Prune([]common.Hash{hash})
}
// promoteExecutables moves transactions that have become processable from the