aspnetcore/benchmarks/Microsoft.AspNetCore.Signal...
David Fowler c8d4cf689f
Tackling some low hanging performance fruit (#1470)
* Tackling some low hanging performance fruit
- Use native Memory/Span APIs on Stream and WebSocket in .NET Core 2.1
- Remove double copying in formatters
- Implemented custom HttpContent over ReadOnlyBuffer<byte>
2018-02-20 13:50:31 -08:00
..
AssemblyInfo.cs
BroadcastBenchmark.cs
HubProtocolBenchmark.cs
MessageParserBenchmark.cs Tackling some low hanging performance fruit (#1470) 2018-02-20 13:50:31 -08:00
Microsoft.AspNetCore.SignalR.Microbenchmarks.csproj
TestBinder.cs