SoftwareTipsandTricks Forum

Go Back   SoftwareTipsandTricks Forum > Software > Software Problems and Useful Utilities
User Name
Password


Utility to compare two text files

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes

  #1  
Old 10-23-2005, 03:42 PM
gavinwahl Offline
Registered User
 
Join Date: Oct 2005
Posts: 1
Utility to compare two text files

I need a simple program to compare two huge (1gigabyte/20 million lines) text files as quickly as possible, without reading the whole file into memory. Does anyone have any ideas?
Reply With Quote

  #2  
Old 10-23-2005, 06:58 PM
JimP Offline
Registered User
 
Join Date: Apr 2005
Posts: 221
Quote:
Originally Posted by gavinwahl
I need a simple program to compare two huge (1gigabyte/20 million lines) text files as quickly as possible, without reading the whole file into memory. Does anyone have any ideas?

Hi, To process anything it must be loaded into memory. There are two ways, read the entire files in or read them one line at the time. Actually you can not load one character or one line in. You must read an entire sector into a buffer and work on the part you are interested in. So, don't spend much time looking for a way to compare without loading to memory. You should find plenty of compare programs on the Net. They wont be fast on files that big. A fairly good compare program used to come with DOS. Luck, Jim
Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
nero startsmart problem stoo999 Hardware Problems 7 08-09-2006 12:20 PM
Help!!!! - Missing Files kentjohnson Windows XP 12 01-08-2006 01:31 AM
looking for a text insertion utility pookos Software Problems and Useful Utilities 0 04-06-2005 05:38 AM
Test Epimetreus Testing 0 05-30-2003 05:13 PM
Huge Hidden Files human_robot123 Windows XP 3 11-12-2002 08:23 PM



All times are GMT -5. The time now is 05:46 PM.


Designed by eXtremepixels. Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.