Skip to content

Commit 5e943ed

Browse files
author
Vyacheslav
committed
update description
1 parent fba9a41 commit 5e943ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/StackMemoryCollections/StackMemoryCollections.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<Authors>Brevnov Vyacheslav Sergeevich</Authors>
1212
<RepositoryUrl>https://github.com/SoftStoneDevelop/StackMemoryCollections</RepositoryUrl>
1313
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
14-
<Description>Fast unsafe collections for memory reuse by stack type. Can also be used in as classic collection with resizing or on a custom memory allocator(constructor with void*), then it's your responsibility to make sure the pointer is correct.</Description>
14+
<Description>Fast unsafe collections for memory reuse by stack type. Adding elements without overhead when increasing Capacity. Can also be used in as classic collection with resizing or on a custom memory allocator.</Description>
1515
<PackageTags>collection, unsafe collection, memory, stack memory, stack, list, queue</PackageTags>
1616
<NoPackageAnalysis>true</NoPackageAnalysis>
1717
<PackageLicenseFile>LICENSE</PackageLicenseFile>

0 commit comments

Comments
 (0)