On 05 Dec 2014, at 08:02, Norbert Hartl <norbert@hartl.name> wrote:
Am 04.12.2014 um 23:31 schrieb Thierry Goubier <thierry.goubier@gmail.com>:
Hi all,
I'm just wondering.
Would it work to have a package format based on Fuel?
I doubt it would work cross platform. I don't know how fuel serializes WideString, LargePositiveInteger, BoxedFloat64. These differ between smalltalk platforms. The source as string solves that. Strings are written as unicode string and numbers as certain number format etc.
True. Cross dialect loading isnât something we encourage to do with Fuel. @Thierry You said something about partial loading: that will never be possible with Fuel because of its pickle format. To select any partial graph you have to first read the entire file and rebuild the graph first (ok, you donât strictly have to build the graph but you still need to read the entire file).
Norbert
Would that make loading faster?
Does it already exist?
Thanks,
Thierry