This is an automated email from the ASF dual-hosted git repository.
He-Pin pushed a change to branch scala3-upgrade-fix-warnings
in repository https://gitbox.apache.org/repos/asf/pekko.git
from 683f8740c3 fix: resolve Scala 2.13 CI failures on docs compilation and
BehaviorTestKit
add 52234c0199 Fix unresolvable scaladoc links to the ShardRegion actor
#353 (#3064)
add bf54798054 Add -Yfuture-lazy-vals for Scala 3.3.x builds (#3059)
add 28d61c5368 perf: replace ArrayList consumer wheel with LongMap for
O(1) keyed removal (#3063)
add 03ebaf59bb perf: optimize stream materializer wiring with HashMap and
ArrayList replacements (#3062)
new f8a1931cca Merge remote-tracking branch 'origin/main' into
scala3-upgrade-fix-warnings
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../stream/AsyncBoundaryThroughputBenchmark.scala | 123 +++++++++++++++++++
.../pekko/stream/BroadcastHubBenchRunner.scala | 113 ++++++++++++++++++
.../pekko/stream/BroadcastHubBenchmark.scala | 50 +++++++-
.../pekko/stream/MaterializerWiringBenchmark.scala | 132 +++++++++++++++++++++
.../pekko/cluster/sharding/ClusterSharding.scala | 66 +++++------
.../pekko/cluster/sharding/ShardCoordinator.scala | 8 +-
.../pekko/cluster/sharding/ShardRegion.scala | 8 +-
project/PekkoBuild.scala | 3 +-
.../future-lazy-vals.excludes | 6 +-
.../org/apache/pekko/stream/scaladsl/HubSpec.scala | 45 +++++++
.../impl/PhasedFusingActorMaterializer.scala | 82 +++++++++----
.../pekko/stream/impl/TraversalBuilder.scala | 4 +-
.../org/apache/pekko/stream/scaladsl/Hub.scala | 72 +++++++----
13 files changed, 615 insertions(+), 97 deletions(-)
create mode 100644
bench-jmh/src/main/scala/org/apache/pekko/stream/AsyncBoundaryThroughputBenchmark.scala
create mode 100644
bench-jmh/src/main/scala/org/apache/pekko/stream/BroadcastHubBenchRunner.scala
create mode 100644
bench-jmh/src/main/scala/org/apache/pekko/stream/MaterializerWiringBenchmark.scala
copy
actor-testkit-typed/src/main/mima-filters/2.0.x.backwards.excludes/renamed-methods.excludes
=>
remote/src/main/mima-filters/2.0.x.backwards.excludes/future-lazy-vals.excludes
(76%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]