Skip Menu |

This queue is for tickets about the Algorithm-Permute CPAN distribution.

Report information
The Basics
Id: 69093
Status: new
Priority: 0/
Queue: Algorithm-Permute

People
Owner: Nobody in particular
Requestors: perlbotics [...] yahoo.de
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Wishlist: Persistency
No bug, just a nice-to-have feature request: persistency. It would be useful to have something like $internal_state = $p->freeze; # get internal state / serialize ... $p->thaw( $internal_state ); # set internal state / de-serialize or $p = new Algorithm::Permute( init => \$internal_state ); ... This would allow to break e.g. scanning of huge sets into several runs. Thanks.