From 94e5d8772b17440fd6f6f64ca167c54dec04af95 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 28 Jul 2005 02:04:46 +0000 Subject: [PATCH] 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) --- stepmania/src/Steps.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/Steps.cpp b/stepmania/src/Steps.cpp index 0b32522a88..9c0d59a574 100644 --- a/stepmania/src/Steps.cpp +++ b/stepmania/src/Steps.cpp @@ -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 )