Revision history for Perl module MCE::Shared. 1.007 Wed May 25 16:00:00 EST 2016 [NEW FEATURES] * Added chunk IO capability to READ in MCE::Shared::Handle. Both non-shared and shared handles are supported. See documentation for demonstrations. * Added assign to MCE::Shared::{ Array, Hash, and Ordhash }. Ditto, added hassign and lassign to MCE::Shared::{ Minidb }. Assign is inspired by Tie::Hash::Indexed v0.05_02. Thank you, Marcus Holland-Moritz. * Added META.json to the distribution. [ENHANCEMENTS] * Close shared file-handles when stopping the shared-manager process. * Improved exporting for shared MCE::Shared::{ Array, Hash, and Ordhash }. * Now loads PDL::IO::Storable automatically when PDL is present. PDL must come before MCE::Shared. Otherwise, load PDL::IO::Storable manually. * Specifying Sereal for serialization falls back to Storable when PDL is present. A warning is emitted indicating Sereal is not used. [API CHANGES] * Removed iterator and rewind functionality from MCE::Shared::Minidb. This was done to streamline Minidb and MCE/Shared/Server.pm. 1.006 Fri Apr 29 21:30:00 EST 2016 [BUG FIXES] * Enabled deeply sharing by default when constructing a shared array or hash. Thank you, Frank Wang. [ENHANCEMENTS] * Localized the output record separator in error and trap routines. * Optimized READ in MCE::Shared::Server. 1.005 Fri Apr 22 21:30:00 EST 2016 [ENHANCEMENTS] * Time::HiRes sleep resolution is 15 milliseconds on Windows and Cygwin. Adjusted timeout values accordingly. Thank you, Daniel Dragan. 1.004 Fri Apr 15 00:30:00 EST 2016 * Bumped version for MCE to 1.705. Thank you, smoke testers. 1.003 Thu Apr 14 10:00:00 EST 2016 * Bumped version for Test::More to 0.88. Thank you, Paul Howarth. 1.002 Thu Apr 14 05:00:00 EST 2016 [BUG FIXES] * Reached *stable* on all major platforms for MCE::Shared 1.0x. [NEW FEATURES] * MCE::Shared exports mce_open for more native feel to making a shared file handle. * Improved search functionality in MCE::Shared::{ Array, Hash, Ordhash } and MCE::Shared::Minidb. Thank you, Demian Riccardi. [ENHANCEMENTS] * Enabled freeze callbacks for Sereal. * Switched bug tracking to Github. * Tweaked test scripts. 1.001 Sat Mar 19 23:00:00 EST 2016 * Completed IPC optimizations for 1.0. 1.000 Tue Mar 15 22:00:00 EST 2016 * First release.