You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2018. It is now read-only.
From @SethTisue on May 13, 2013 22:11
we already have a binary format that model runs uses for storing runs, both in memory and on disk.
or, if we want to stick with JSON, we could compress and decompress it on the fly, perhaps using Snappy: http://code.google.com/p/snappy/
Copied from original issue: NetLogo/Galapagos#44