Re: article: Using a rolling hash to break up binary files

2014-07-31 Thread Shawn Pearce
On Thu, Jul 31, 2014 at 3:31 PM, Philip Oakley wrote: > I thought it worth bring to the list's attention a recent article on > CodeProject that may be of interest to those looking at splitting binary > files into deterministic hunks. > > http://www.codeproject.com/Articles/801608/Using-a-rolling-

article: Using a rolling hash to break up binary files

2014-07-31 Thread Philip Oakley
I thought it worth bring to the list's attention a recent article on CodeProject that may be of interest to those looking at splitting binary files into deterministic hunks. http://www.codeproject.com/Articles/801608/Using-a-rolling-hash-to-break-up-binary-files It's based on Rabin and Karp's