Optimized serializer for ORSet[ActorRef], #23703

* ORSet[ActorRef] is used by Akka Typed receptionist
* and similar for GSet[ActorRef]

ORSetSerializationBenchmark
This commit is contained in:
Patrik Nordwall 2018-06-05 14:15:46 +02:00
parent a05170c419
commit f754705c9c
7 changed files with 742 additions and 84 deletions

View file

@ -91,7 +91,7 @@ lazy val benchJmh = akkaModule("akka-bench-jmh")
actor,
stream, streamTests,
persistence, persistenceTyped,
distributedData,
distributedData, clusterTyped,
testkit
).map(_ % "compile->compile;compile->test"): _*
)