[Seqan-dev] Serialization a Pattern class
- From: Alex <alex.lavoro.propio@gmail.com>
- To: seqan-dev@lists.fu-berlin.de
- Date: Fri, 27 Nov 2009 12:13:49 +0100
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=BZxmKWnsE+2eN39yghkQRzCz45LcL5iM2p6D55dD7cO7S172GBlidUvSLqLPXOzEVL Yqv6jD0/+tvhvHE4WnJu5Db8br2xEZ3sZa5lSAYvWJ+2/9v7Gv4Adx9uG3CtaL6tntyP ALE7iAAgAce+AQ1Q09YE98OrcZWjKzbr80njA=
- Reply-to: SeqAn Development <seqan-dev@lists.fu-berlin.de>
- Subject: [Seqan-dev] Serialization a Pattern class
I am using Seqan to do multiple pattern matching. I have a lot of
substrings (needles) and it takes up to 3 minutes to create the
Pattern class. I am thinking of "serializing" the created Pattern
class to a file (do it once), and load it after for future uses. This
includes saving the data structure of Graph and property maps, etc, to
a file and load them back. Could somebody please suggest me a easy way
to implement this ?
Alex.