mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-07-08 18:16:30 +00:00
Reduce some allocations by pooling or better disposal
This commit is contained in:
@@ -33,7 +33,7 @@ public class Program
|
||||
private static async Task RunWithProfiler(string[] args)
|
||||
{
|
||||
var profileType = "cpu"; // Default to CPU profiling
|
||||
var outputPath = "./profiler-snapshots";l
|
||||
var outputPath = "./profiler-snapshots";
|
||||
|
||||
// Parse arguments
|
||||
for (int i = 1; i < args.Length; i++)
|
||||
|
||||
Reference in New Issue
Block a user