Changes for version 0.06
- Added OPTIMIZATIONS section to pod of T::T::Thread.
- Changed T::T::Thread to use AutoLoader to defer loading of necessary subroutines to when they are actually needed. This should save memory and CPU for larger programs, or with large numbers of threads. The test-suite takes 1% less memory and uses 5% less CPUL: the overhead of compiling is levelled out with the overhead of cloning pre-compiled routines.
Modules
tie variables into a thread of their own
default class for tie-ing arrays to threads
default class for tie-ing handles to threads
default class for tie-ing hashes to threads
default class for tie-ing scalars to threads
create threads for tied variables