mirror of
https://github.com/arnaucube/kesto.git
synced 2026-02-07 11:36:45 +01:00
``` nCPU: 4, nLeafs: 10000 asmtree.Add loop: 1m33.393613916s asmtree.AddBatch: 480.164271ms gravitontree.Add loop: 10.127451689s gravitontree.AddBatch: 141.29108ms arbo.Add loop: 1.16466211s arbo.AddBatch: 97.870759ms nCPU: 8, nLeafs: 10000 asmtree.Add loop: 24.538163095s asmtree.AddBatch: 194.14454ms gravitontree.Add loop: 6.150883978s gravitontree.AddBatch: 90.742666ms arbo.Add loop: 600.259558ms arbo.AddBatch: 50.440291ms --- nCPU: 4, nLeafs: 500000 asmtree.AddBatch: 24.95076993s gravitontree.AddBatch: 11.768588412s arbo.AddBatch: 23.360363426s nCPU: 8, nLeafs: 500000 asmtree.Add loop: (not executed) asmtree.AddBatch: 14.363474201s gravitontree.Add loop: 8m45.300930089s gravitontree.AddBatch: 7.377581508s arbo.Add loop: 2m0.229851504s arbo.AddBatch: 8.759028338s ```
12 lines
333 B
Modula-2
12 lines
333 B
Modula-2
module github.com/arnaucube/kesto/treeinterface/arbotree
|
|
|
|
go 1.16
|
|
|
|
// replace github.com/arnaucube/arbo => ../../../arbo
|
|
|
|
require (
|
|
github.com/arnaucube/arbo v0.0.0-20210519105811-13378d338ef2 // indirect
|
|
github.com/iden3/go-merkletree v0.0.0-20210308143313-8b63ca866189
|
|
go.vocdoni.io/dvote v0.6.1-0.20210508104027-72380d23da7f
|
|
)
|