Name: seqan-sequence_journaled
Author: Manuel Holtgrewe <manuel.holtgrewe@fu-berlin.de>
Maintainer: Manuel Holtgrewe <manuel.holtgrewe@fu-berlin.de>
Maintainer: Rene Rahn <rene.rahn@fu-berlin.de>
License: BSD 3-clause
Copyright: 2006-2013, FU Berlin
Status: new
Description: Implementation of journaled sequence.
 This module contains the implementation of a journaled String class.  Changes
 are not applied directly but instead organized in a journal tree.  This allows
 cheap update operations at the cost of increased time usage for read access.
