Skip to content

Commit 3599d8e

Browse files
Update Benchmarks.md
1 parent d8c95a8 commit 3599d8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Benchmarks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ ______
330330
# List
331331

332332
### Primitive types:
333-
Queue elements are primitives: `byte`, `float`, `int`, `short`, `decimal`... .
333+
List elements are primitives: `byte`, `float`, `int`, `short`, `decimal`... .
334334
| Method | Size | Mean | Ratio | Allocated |
335335
|--------------------------- |-------- |---------------:|------:|----------:|
336336
| **StackMemoryCollections** | **100** | **402.2 ns** | **0.95** | **400 B** |
@@ -382,7 +382,7 @@ ______
382382
[Code](https://github.com/SoftStoneDevelop/StackMemoryCollections/blob/main/Src/Benchmarks/List/Optimal/PrimitiveOptimalJob.cs)
383383
______
384384
### Class:
385-
Queue elements are classes.
385+
List elements are classes.
386386
| Method | Size | Mean | Ratio | Allocated |
387387
|--------------------------- |-------- |---------------:|------:|-----------:|
388388
| **StackMemoryCollections** | **100** | **1.035 μs** | **0.75** | **2400 B** |
@@ -435,7 +435,7 @@ ______
435435
[Code](https://github.com/SoftStoneDevelop/StackMemoryCollections/blob/main/Src/Benchmarks/List/Optimal/ClassOptimalJob.cs)
436436
______
437437
### Struct:
438-
Queue elements are structures.
438+
List elements are structures.
439439

440440
| Method | Size | Mean | Ratio | Allocated |
441441
|--------------------------- |-------- |----------------:|------:|-----------:|

0 commit comments

Comments
 (0)