titanoboa icon indicating copy to clipboard operation
titanoboa copied to clipboard

perf: replacements for py-evm classes

Open charles-cooper opened this issue 2 years ago • 1 comments

we can probably replace AccountDB with something that doesn't deal with RLP or the trie at all. i am guessing this is a big performance bottleneck.

charles-cooper avatar Sep 09 '22 18:09 charles-cooper

The AccountDatabaseAPI is huge, it contains a lot of methods. Is it really boa's responsibility? Or can we implement #104 instead?

DanielSchiavini avatar Jun 03 '24 11:06 DanielSchiavini