pekko/akka-cluster-tools/src/main
Johan Andrén e43f2be6cd
Byte array allocation/copy hunt (#30266)
* Loads of byte array copy/allocations squashed
* Use a central place for the proto unsafe instead of ad hoc
* Extra docs on serializer toBinary about not mutating bytes after returned
* Found some more toArray:s that can potentially benefit from being unsafe
* Array handed to user callback so extra docs needed
* Unsafe reading of underlying bytes of strings fixed
2021-06-02 17:28:37 +02:00
..
java/akka/cluster Update copyright to 2021 2021-01-08 17:55:38 +01:00
mima-filters actor: allow seamless access to untyped extensions given typed ActorSystem (#28294) 2019-12-05 16:01:22 +01:00
protobuf Update copyright to 2021 2021-01-08 17:55:38 +01:00
resources clarify ClusterSingletonProxy role docs (#29015) 2020-05-07 15:22:57 +02:00
scala/akka/cluster Byte array allocation/copy hunt (#30266) 2021-06-02 17:28:37 +02:00