* Faster Write implementation - Use Unsafe.CopyBlockUnaligned to copy bytes to the WritableBuffer. This is temporary until we get newer corefx bits with a better span.CopyTo implementation. - Remove WritableBufferExtensions from Performance project - Split method into WriteFast and WriteMultiBuffer - Cache the span for the common case where the buffer is non empty. - Use ref locals instead of pinning pointers in fast path |
||
|---|---|---|
| build | ||
| samples | ||
| src | ||
| test | ||
| tools/CodeGenerator | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| KestrelHttpServer.sln | ||
| LICENSE.txt | ||
| NuGet.config | ||
| NuGetPackageVerifier.json | ||
| README.md | ||
| ToProjectReferences.ps1 | ||
| appveyor.yml | ||
| build.cmd | ||
| build.ps1 | ||
| build.sh | ||
| version.props | ||