Re: [fossil-users] Fossil Delta algorithm ported in PHP

2013-01-29 Thread Stephan Beal
On Tue, Jan 29, 2013 at 4:35 PM, BohwaZ wrote: > I have ported the Fossil delta algorithm to PHP from the C code. > Great! :) It's a first shot, trying to port directly from C to PHP, my first > ...integers might look a bit hacky, sorry for that. If you have any idea > on how to improve my bad

[fossil-users] Fossil Delta algorithm ported in PHP

2013-01-29 Thread BohwaZ
Hi guys, I have ported the Fossil delta algorithm to PHP from the C code. I was looking for a usable and light delta algorithm for PHP without having to install a PHP extension (like xdiff is available but only as a PECL extension), because I have to ship PHP apps to people that can't manage the