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:
Glenn Maynard
2005-07-28 02:04:46 +00:00
parent 93b19e21f1
commit 94e5d8772b
+1 -3
View File
@@ -250,9 +250,7 @@ void Steps::Compress() const
return;
}
/* We have no file on disk. XXX: check whether there's any memory benefit to storing
* 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. */
/* We have no file on disk. Compress the data, if necessary. */
if( m_sNoteDataCompressed.empty() )
{
if( !m_bNoteDataIsFilled )