C#C
C#3y ago
WaffleDevs

❔ Whats the fastest way to write this data to a file? (C# Console App.)

I need to write an int[][] to disk. Each int[] has 2 values, and the full int[][] has 100mil entries. What would be the fastest method of writing this to disk?
Was this page helpful?