Open liamsi opened 7 years ago
One issue with our current tree design is we cannot support concurrency tree's insertions, which decreases our server scalability. (see https://github.com/coniks-sys/coniks-go/blob/master/keyserver/listener.go#L130-L142)
See for instance Efficient Sparse Merkle Trees: Caching Strategies and Secure (Non-)Membership Proofs (code) and also https://github.com/google/keytransparency/blob/572241795a0fb58d0ff595c67406152f9f67c8de/core/tree/tree.go#L25
Discuss potential redesign of current tree.