aspnetcore/src/Shared/Buffers.Testing
Martin Costello b22512de0e
Right-size Lists when created (#23714)
Create new instances of List<T> with an appropriate capacity for the items that will be added.
Use Array.Empty<T>() where appropriate, rather than create an empty list and then return it.
2020-08-19 09:45:52 -07:00
..
BufferSegment.cs
CustomMemoryForTest.cs
ReadOnlySequenceFactory.cs Right-size Lists when created (#23714) 2020-08-19 09:45:52 -07:00