The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Changelog for Text-SpeedyFx

0.006 2012-12-27T22:46:51
 [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