aspnetcore/test/Microsoft.AspNetCore.Signal.../Internal/Formatters
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
..
BinaryMessageFormatterTests.cs Tackling some low hanging performance fruit (#1470) 2018-02-20 13:50:31 -08:00
BinaryMessageParserTests.cs Switching to new base64 APIs (#1127) 2017-11-16 09:20:40 -08:00
TextMessageFormatterTests.cs Tackling some low hanging performance fruit (#1470) 2018-02-20 13:50:31 -08:00
TextMessageParserTests.cs Switching to new base64 APIs (#1127) 2017-11-16 09:20:40 -08:00