> On 10 Mar 2015, at 09:21, Luc Fabresse <luc.fabre...@gmail.com> wrote: > > Hi Marcus, > > Speaking of .changes and .source files, I remember a mid-term goal of > introducing them inside the image. > This would imply only one file (.image) and not so much space wasted IIRC an > experiment (done by Camillo?) where it was zipped on the fly. > Am just wondering if this is still a goal? > Yes, but the devil is in the details… e.g. just compressing per method is not good enough, we need to share the compression dictionary. Another interesting thing is that we have the symbols already in the system, thus we do not need to store all those strings again.
Of course my dream would be some AST-like representation that is a) compressed (decompressed on the fly) and good enough to present a text view to the human. Marcus