Back to Practical Aspnetcore

A benchmark between two approaches in converting CamelCase to snake_case

projects/json/json-8/README.md

latest486 B
Original Source

A benchmark between two approaches in converting CamelCase to snake_case

The first implementation is obtained from Newtonsoft.Json.

The second implementation is obtained from this Gist.

instructions

  • dotnet build -configuration Release to build the benchmark
  • dotnet run