Re: [dev] [sbase] diff

2016-02-21 Thread Mattias Andrée
On Sun, 21 Feb 2016 20:16:48 +0100 Mattias Andrée wrote: > On Thu, 28 Jan 2016 16:48:22 +0100 > Markus Wichmann wrote: > > > The two files to be compared are loaded into memory, > > whereby each line is annotated with its line number > > (actually, that's a lie, busybox only saves a hash of > >

Re: [dev] [sbase] diff

2016-02-21 Thread Mattias Andrée
On Thu, 28 Jan 2016 16:48:22 +0100 Markus Wichmann wrote: > The two files to be compared are loaded into memory, > whereby each line is annotated with its line number > (actually, that's a lie, busybox only saves a hash of the > line and really, really hopes, there are no collisions, > but hush).