79215539

Date: 2024-11-22 15:13:14
Score: 0.5
Natty:
Report link

You should perhaps be using memory-mapped files [1]. This allows opening up a file and reading from it chunk by chunk. It's implemented by the MemoryMappedFile [2] class.

[1] https://learn.microsoft.com/en-us/dotnet/standard/io/memory-mapped-files [2] https://learn.microsoft.com/en-us/dotnet/api/system.io.memorymappedfiles.memorymappedfile

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-2):
Posted by: Ricardo Peres