Hello,
I am using cl-conspack via cl-mpi in a distributed-memory parallel environment, and I observe that it takes a significant time of my communication overhead. I can tailor my communications so that I transmit only one vector with special element types 'double-float and (unsigned-byte 32), however I need both of them. Would it be possible to speed up conspack encoding/decoding for those special kind of vectors? Or is this an impossible request, because it becomes too implementation-dependent then?
Thank you,
Nicolas