aspnetcore/benchmarks/Microsoft.AspNetCore.Signal...
David Fowler 6583e5fb47
Improved allocations and throughput for broadcast scenarios (#1660)
- Don't allocate when enumerating connections
- Don't allocate tasks unless we truly go async
- Don't get the timestamp, just write the pings always (if there's no ongoing write)
- Track the time since last keep alive write instead of the last write
- ValueTask all the things!
- Renamed HubConnectionList to HubConnectionStore
2018-03-21 09:03:36 -07:00
..
AssemblyInfo.cs
BroadcastBenchmark.cs Improved allocations and throughput for broadcast scenarios (#1660) 2018-03-21 09:03:36 -07:00
DefaultHubActivatorBenchmark.cs Use ActivatorUtlities.CreateFactory instead of CreateInstance (#1643) 2018-03-19 00:19:54 -07:00
DefaultHubDispatcherBenchmark.cs Improved allocations and throughput for broadcast scenarios (#1660) 2018-03-21 09:03:36 -07:00
HubProtocolBenchmark.cs Remove support for binary over SSE and add transfer format to negotiation (#1564) 2018-03-13 14:29:32 -07:00
MessageParserBenchmark.cs Reduce the per message read allocations (#1635) 2018-03-18 15:16:03 -07:00
Microsoft.AspNetCore.SignalR.Microbenchmarks.csproj Further making Microsoft.AspNetCore.Sockets "not a thing" (#1599) 2018-03-14 15:37:24 -07:00
TestBinder.cs