erigon-pulse/consensus/ethash
Andrew Ashikhmin ebdac3a192
AVX2 fnvHash. Bump numOfGoroutines to 8 in stage_senders.go (#656)
* Profile all stages

* Try to recover senders with 8 goroutines

* fix CPU profiling for stage_bodies

* fix out-of-index

* Try full DAG for verfication of header seals

* Try to unroll fnvHash for performance

* SSE2 assembly for fnvHash16

* fnvHash16AVX2

* Revert changes to state.go

* check we're on 64-bit in useAVX2

* Shave a move off fnvHash16AVX2

* asmdecl doesn't know about VMOVD

* disable linter in the right place
2020-06-12 12:48:59 +01:00
..
algorithm_test.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
algorithm.go AVX2 fnvHash. Bump numOfGoroutines to 8 in stage_senders.go (#656) 2020-06-12 12:48:59 +01:00
api.go consensus/ethash: refactor remote sealer (#20335) 2019-12-09 12:12:12 +01:00
consensus_test.go Apply Turbo-Geth modifications to go-ethereum codebase 2019-11-01 21:52:03 +01:00
consensus.go Prevent slice make and copy in Pushes (#625) 2020-06-05 19:46:34 +03:00
ethash_test.go Refactor mining. Remove a few mining goroutines (#338) 2020-02-03 15:02:26 +03:00
ethash.go geth 1.9.13 (#469) 2020-04-19 18:31:47 +01:00
fnv_hash16_avx2.go AVX2 fnvHash. Bump numOfGoroutines to 8 in stage_senders.go (#656) 2020-06-12 12:48:59 +01:00
fnv_hash16_avx2.s AVX2 fnvHash. Bump numOfGoroutines to 8 in stage_senders.go (#656) 2020-06-12 12:48:59 +01:00
sealer_test.go Introduce intermediate hashes stage (#634) 2020-06-07 09:56:46 +01:00
sealer.go Refactor mining. Remove a few mining goroutines (#338) 2020-02-03 15:02:26 +03:00