aspnetcore/tools/CodeGenerator
David Fowler c65734667a Optimize calls into StreamSocketOuput to WriteFast further (#1538)
* Optimize calls into StreamSocketOuput to WriteFast further
- Added overloads to array, offset, length to avoid implicit conversions to
ReadOnlySpan.
- Use similar optimizations for multi buffer writes for strings and ints
- Use ref locals in multi write instead of pointers and pinning
2017-03-22 02:16:28 -07:00
..
CodeGenerator.csproj Re-add .NET Framework to tests and other cleanup (#1494) 2017-03-14 11:02:49 -07:00
FrameFeatureCollection.cs
KnownHeaders.cs Optimize calls into StreamSocketOuput to WriteFast further (#1538) 2017-03-22 02:16:28 -07:00
Program.cs Add functional test to verify generated code is up to date (#1369). 2017-02-27 14:19:56 -08:00