c# Programming Glossary: gigabytes
Insert bytes into middle of a file (in windows filesystem) without reading entire file (using File Allocation Table)? http://stackoverflow.com/questions/13430210/insert-bytes-into-middle-of-a-file-in-windows-filesystem-without-reading-entir back out again with the changes but the files are multiple gigabytes in size and it takes 30 minutes just to read the file and write..
Possible to calculate MD5 (or other) hash with buffered reads? http://stackoverflow.com/questions/2124468/possible-to-calculate-md5-or-other-hash-with-buffered-reads reads I need to calculate checksums of quite large files gigabytes . This can be accomplished using the following method private..
File IO with Streams - Best Memory Buffer Size http://stackoverflow.com/questions/3033771/file-io-with-streams-best-memory-buffer-size it takes to read a cached file. Which runs at RAM speeds 5 gigabytes sec and up if the data is available in the cache. It will be..
Are C# Strings (and other .NET API's) limited to 2GB in size? http://stackoverflow.com/questions/3106945/are-c-sharp-strings-and-other-net-apis-limited-to-2gb-in-size would be we could have strings taking up billions of gigabytes of RAM. Hooray. Try to imagine the mind boggling cost of some..
Very large collection in .Net causes out-of-memory exception http://stackoverflow.com/questions/3657181/very-large-collection-in-net-causes-out-of-memory-exception
Poll C# app's memory usage at runtime? http://stackoverflow.com/questions/463595/poll-c-sharp-apps-memory-usage-at-runtime memory usage. I've seen it report that I'm using only 8 gigabytes when my program runs out of memory on a 16 gigabyte machine...
What is the best way to parse (big) XML in C# Code? http://stackoverflow.com/questions/676274/what-is-the-best-way-to-parse-big-xml-in-c-sharp-code You can use XmlReader to process files that are up to 2 gigabytes GB in size. Ref How to read XML from a file by using Visual..
Load very big CSV-Files into s SQL-Server database http://stackoverflow.com/questions/7791563/load-very-big-csv-files-into-s-sql-server-database way to load very big CSV files which have size of several gigabytes into an SQL Server 2008 database with .NET c# .net sql server..
|