Comment by neonsunset

2 months ago

C#, to match the performance of reference implementations in C and Rust, and completely crush the performance of those in Go :)

what do you mean by reference implementations, in this context?

  • All sorts of algorithms for processing data useful in high-load scenarios: checksum calculation, text searching/analysis/transformation, data compression, networking (request analysis, routing, filtering), interop with other C ABI dependencies, etc.