From a7a14d3e32b20b65cb9b3052642245516e9a1519 Mon Sep 17 00:00:00 2001 From: Vyacheslav Date: Sun, 4 Sep 2022 02:05:43 +0300 Subject: [PATCH] update: update pack info --- Src/Benchmarks/Program.cs | 2 -- Src/StackMemoryCollections/StackMemoryCollections.csproj | 7 +++++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Src/Benchmarks/Program.cs b/Src/Benchmarks/Program.cs index 374134b..13bdab8 100644 --- a/Src/Benchmarks/Program.cs +++ b/Src/Benchmarks/Program.cs @@ -10,7 +10,6 @@ static void Main(string[] args) BenchmarkRunner.Run();// 4 byte * Size BenchmarkRunner.Run();// 4 byte * Size - /* //Stack BenchmarkRunner.Run();// 4 byte * Size BenchmarkRunner.Run();// 4 byte * Size @@ -20,7 +19,6 @@ static void Main(string[] args) BenchmarkRunner.Run();// 24 byte * Size BenchmarkRunner.Run();// 24 byte * Size - */ } } } \ No newline at end of file diff --git a/Src/StackMemoryCollections/StackMemoryCollections.csproj b/Src/StackMemoryCollections/StackMemoryCollections.csproj index 071fac5..6982782 100644 --- a/Src/StackMemoryCollections/StackMemoryCollections.csproj +++ b/Src/StackMemoryCollections/StackMemoryCollections.csproj @@ -24,16 +24,19 @@ StackMemoryCollections - 0.1.4.2 + 0.2.0.0 Brevnov Vyacheslav Sergeevich https://github.com/SoftStoneDevelop/StackMemoryCollections false 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. See collection descriptions and examples on GitHub. collection, unsafe, memory, stack, list, queue, analysis, generator, wrapper, roslyn true + net6.0,net7.0 LICENSE -- Added TopFuture() and PushFuture() methods for Stack +- Added supported Queue collection, for primitive types +- Performance optimization +- Bug fixes