I would like to attempt to write komihash entirely in Perl (instead of wrappering the C version). Looking through the .h file there are a ton of macros and wrappers that make getting at the core algorithm complicated.
Would it be possible to post a simplified/explained version of the algorithm for implementers to work with?
I would like to attempt to write komihash entirely in Perl (instead of wrappering the C version). Looking through the
.hfile there are a ton of macros and wrappers that make getting at the core algorithm complicated.Would it be possible to post a simplified/explained version of the algorithm for implementers to work with?