Re: [GnuWin32-Users] diff memory usage

2008-02-16 Thread Kees Zeelenberg
- Original Message - From: "Brian Sammon" <[EMAIL PROTECTED]> > That doesn't help (the memory usage is pretty much the same) > Thanks for the suggestion, though. I hadn't thought of that. You could try the --speed-large-files option. Kees Zeelenberg ---

Re: [GnuWin32-Users] diff memory usage

2008-02-14 Thread Lennart Borgman
Brian Sammon wrote: > On Thu, 14 Feb 2008 01:53:28 +0100 > Lennart Borgman <[EMAIL PROTECTED]> wrote: > >> Brian Sammon wrote: >>> I need to compare two 70 MB files to see if they're different. If >> I use diff (Windows 2000, either of two different diff versions), the >> memory usage balloons

Re: [GnuWin32-Users] diff memory usage

2008-02-13 Thread Borut Razem
Brian, you can use the fc command line utility which is a part of standard Windows distribution or cmp utility from gnuwin32. Borut Brian Sammon wrote: > On Thu, 14 Feb 2008 01:53:28 +0100 > Lennart Borgman <[EMAIL PROTECTED]> wrote: > > >> Brian Sammon wrote: >> >>> I need to compare

Re: [GnuWin32-Users] diff memory usage

2008-02-13 Thread Brian Sammon
On Thu, 14 Feb 2008 01:53:28 +0100 Lennart Borgman <[EMAIL PROTECTED]> wrote: > Brian Sammon wrote: > > I need to compare two 70 MB files to see if they're different. If > I use diff (Windows 2000, either of two different diff versions), the > memory usage balloons up to around 140MB, as if it

Re: [GnuWin32-Users] diff memory usage

2008-02-13 Thread Lennart Borgman
Brian Sammon wrote: > I need to compare two 70 MB files to see if they're different. If I use diff > (Windows 2000, either of two different diff versions), the memory usage > balloons up to around 140MB, as if it was loading both files into memory. > This can be a problem on the computer I wan