update comment: the text format is 3-4 times smaller than the NoteData map representation (and could be gzipped in-memory to a fraction of that)
This commit is contained in:
@@ -250,9 +250,7 @@ void Steps::Compress() const
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* We have no file on disk. XXX: check whether there's any memory benefit to storing
|
/* We have no file on disk. Compress the data, if necessary. */
|
||||||
* data in SMData form. We don't want to decompress everything on load (much too slow),
|
|
||||||
* but there may be litle benefit to recompressing here. */
|
|
||||||
if( m_sNoteDataCompressed.empty() )
|
if( m_sNoteDataCompressed.empty() )
|
||||||
{
|
{
|
||||||
if( !m_bNoteDataIsFilled )
|
if( !m_bNoteDataIsFilled )
|
||||||
|
|||||||
Reference in New Issue
Block a user