Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kev1597770

    Best way to Processs Large Files

    I think the process of reading a file line by line is the bottleneck. This bottleneck will still exist if i merely transfer it to a producer thread and have a consumer thread process the data. How can i rework my C# code to make a limited number of large data requests to the hard drive instead...
  2. kev1597770

    Best way to Processs Large Files

    I have text files that are 500MB+ that i need to process line by line. Currently i am using the basic code structure below. This results in a process that takes a few hours. I tried using threads to process parts of the same source file and reading characters from the file into a few...
  3. kev1597770

    Quickest Way to Read Large Files

    I have text files that are 500MB+ that i need to process line by line. Currently i am using the basic code structure below. This results in a process that takes a few hours. I tried using threads to process parts of the same source file and reading characters from the file into a few...

Part and Inventory Search

Back
Top