Changelog for Text-SpeedyFx

0.007 2012-12-31T01:51:01
 [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


