Quoting 'Kenton Varda' via Cap'n Proto (2019-02-11 13:51:41) > However, if all you need to serialize is a single large > array of floats, then you could also just reinterpret your array as > bytes and read/write it directly. This is essentially what Cap'n Proto > will do under tho hood.
Though note that this will make the output dependent on the byte order of the machine that generated it, whereas the output from capnproto will be portable. Though it's quite the hammer for just that benefit. -Ian -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/capnproto.
