NethermindEth / cortex-ssz

An implementation of the ETH2.0 Simple Serialize (SSZ) specification, for .NET Core (written in C#).
Other
1 stars 4 forks source link

Perf and abstractions #1

Open tkstanczak opened 4 years ago

tkstanczak commented 4 years ago

This project has nice abstractions. They will probably make it slightly slower but cannot be 100% sure without running Benchmark.NET

tkstanczak commented 4 years ago

Worth comparing with https://github.com/NethermindEth/nethermind/tree/master/src/Nethermind/Nethermind.Ssz and checking advantages / disadvantages of both