Hello Miki, actually having the same byte alignment is something that we have written into the spec. So when there is a problem in the shared memory usage, we actually would have found a bug in one of the two implementations.
Uwe On Thu, Jul 11, 2019, at 9:11 AM, Miki Tebeka wrote: > Hi, > >> but I think implementing a shared memory Go allocator to be easier (as in >> less human hours to implement). > That depends on a lot of aspects. There might be slight differences in memory > layout between Go and Python/C++ (byte alignment... ). Not saying it can't be > done, just a lot of testing required :) > > All the best, > Miki
