Skip to content

Commit aef54c6

Browse files
committed
Added StringPool info in package description
1 parent 51e44f7 commit aef54c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Microsoft.Toolkit.HighPerformance/Microsoft.Toolkit.HighPerformance.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances.
1313
- MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor.
1414
- SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it.
15+
- StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers.
1516
- String, array, Span<T>, Memory<T> extensions and more, all focused on high performance.
1617
- HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values.
1718
- BitHelper: a class with helper methods to perform bit operations on numeric types.

0 commit comments

Comments
 (0)