The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changelog for Text-SpeedyFx

0.009 2013-01-06T22:39:41
 [Stanislaw Pusep <creaktive@gmail.com>]
 - nedtrie test

 - speedup

 - documented the nedtries caveat

 - safety check

 - DELETE implemented

 - README.pod update

 - benchmark update

 - major reorganization

 - ++magic

 - tied implementation complete

 - tied NEDTRIE interface

 - removed unnecessary speedyfx_store()

 - realloc() breaks pointers on Linux

 - ++overengineering


v0.008 2013-01-01T21:36:52
 [Stanislaw Pusep <creaktive@gmail.com>]
 - renamed cosine_sim to cosine_cmp (to keep consistence with minhash_cmp)

 - fixed function name clash (_itoa already present on Win32)


v0.007 2012-12-31T01:50:24
 [Stanislaw Pusep <creaktive@gmail.com>]
 - updated benchmark results (yep, it is that faster, even on the lower
   clock!

 - less indirections

 - micro-optimizations for latin1

 - macro rampage

 - macros cleanup

 - .gitignore update

 - no more warnings under Clang

 - added murmur to benchmark for comparison

 - replaced sprintf() by custom itoa()


v0.006 2012-12-27T22:46:31
 [Stanislaw Pusep <creaktive@gmail.com>]
 - minor fixes

 - documented multibyte parsing tricks

 - break test

 - leak test

 - more optimizations

 - better utf8/latin1 tests

 - updated benchmark results

 - updated benchmark results

 - added cosine_sim utility

 - reallocation fixed

 - graduated the uniq_wc tool

 - make use of PerlIO::mmap layer

 - examples cleanup

 - optimizations

 - implemented variable codetable (+ raw ASCII support)

 - variable size arrays

 - Dist::Zilla profile update


 [Stanislaw Pusep <stanislav.poussep@buscapecompany.com>]
 - File::Slurp => File::Map


v0.005 2012-04-10T13:58:26
 [Stanislaw Pusep <stanislav.poussep@buscapecompany.com>]
 - feature vector reimplemented as a bit string

 - Changelog


v0.004 2012-03-30T14:55:01
 [Stanislaw Pusep <stanislav.poussep@buscapecompany.com>]
 - minhash_cmp @ARGV fix


v0.003 2012-03-30T14:39:20
 [Stanislaw Pusep <stanislav.poussep@buscapecompany.com>]
 - oops!

 - cast hash keys as unsigned int

 - test separation

 - minhash_cmp documentation

 - eg/benchmark.pl


v0.002 2012-03-29T13:24:38
 [Stanislaw Pusep <creaktive@gmail.com>]
 - min method

 - ++MinHash utility


 [Stanislaw Pusep <stanislav.poussep@buscapecompany.com>]
 - perl v5.10.2 compatibility

 - static fold table

 - hash_min()


v0.001 2012-03-28T22:12:52
 [Stanislaw Pusep <stanislav.poussep@buscapecompany.com>]
 - ++documentation

 - cleanup

 - seed is optional

 - ++hash_fv

 - passes release tests

 - INIT