Hi,
Currently -
Archive Format: 7z
Compression Level: Ultra
Compression Method: LZMA
Dictionary Size: 32MB
Word Size: 64
(File itself is 16,777,216 floats of varying sizes)
I played around with dictionary/word sizes but it didn't really make any odds. I'll have a look at that link also, ta.
EDIT: Hmm, I was using write float, but using write string while making a bigger un-compressed file, actually compresses better. Only problem is that is I need to then cast back to floats when reading the info back in later, I'll keep playing..
Cheers