Not yet. Because Kotlin serializes data in protobuf in both JARs and Klibs, we need to be able to read and write proto for a long time, and cannot simply change the binary format. Instead we want to just optimize the protobuf (de)serialization.
But in the future, at least for Klibs, we will consider doing so (switching the format). The speed won't be the first priority though, rather the size and compatibility.