On Tue, 4 Nov 2003, Leopold Toetsch wrote:

> Are there already any plans for the frozen image data format?
> Currently I'm writing plain ASCII strings, which is quite handy for testing.

I'd prefer it to be as dense as possible. Besides the format used in
bytecode files (so it'll take up memory space when mmapped in) it's also
going to be the over-the-wire serialization format and, while disk space
is reasonably cheap, bandwidth still isn't.

> typedef struct _visit_info {
> ...
>      push_item_f         push_item;      /* write item to image */
>      shift_item_f        shift_item;     /* get item from image */
> } visit_info;

Though I'm still not sure we need a unified structure here. (And if we do,
we need to do something different, a single function pointer for read or
write is insufficient)

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to