We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cd6bf commit 8ef8fe3Copy full SHA for 8ef8fe3
Benchmarking/BenchmarkTests.cs
@@ -58,6 +58,13 @@ public void CloneStuff()
58
59
#region AppendMany
60
61
+ /*
62
+ * append many items into the data structures.
63
+ * the structures are not initialized with the correct sizes
64
+ * so to simulate situation where the final size is not known beforehand,
65
+ * e.g. reading from a database query enumerable
66
+ */
67
+
68
[Benchmark]
69
public void AppendManyToList()
70
{
0 commit comments