Akka.Serialization.TestKit 1.4.27-beta

Prefix Reserved
This is a prerelease version of Akka.Serialization.TestKit.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Akka.Serialization.TestKit --version 1.4.27-beta
                    
NuGet\Install-Package Akka.Serialization.TestKit -Version 1.4.27-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Akka.Serialization.TestKit" Version="1.4.27-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Akka.Serialization.TestKit" Version="1.4.27-beta" />
                    
Directory.Packages.props
<PackageReference Include="Akka.Serialization.TestKit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Akka.Serialization.TestKit --version 1.4.27-beta
                    
#r "nuget: Akka.Serialization.TestKit, 1.4.27-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Akka.Serialization.TestKit@1.4.27-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Akka.Serialization.TestKit&version=1.4.27-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Akka.Serialization.TestKit&version=1.4.27-beta&prerelease
                    
Install as a Cake Tool

Serialization TestKit for Akka.NET

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.5.64-beta 34 3/31/2026
1.5.63-beta 39 3/23/2026
1.5.62-beta 57 3/3/2026
1.5.61-beta 54 2/26/2026
1.5.60-beta 56 2/10/2026
1.5.59-beta 55 1/26/2026
1.5.58-beta 67 1/8/2026
1.5.57-beta2-beta 635 12/3/2025
1.5.57-beta1-beta 641 12/2/2025
1.5.57-beta 398 12/11/2025
1.5.56-beta 155 11/25/2025
1.5.55-beta 157 10/26/2025
1.5.54-beta 108 10/17/2025
1.5.53-beta 143 10/10/2025
1.5.52-beta 157 10/6/2025
1.5.51-beta 163 10/1/2025
1.5.50-beta 178 9/22/2025
1.5.49-beta 154 9/10/2025
1.5.48-beta 105 8/22/2025
1.4.27-beta 328 10/11/2021
Loading failed

Maintenance Release for Akka.NET 1.4**
Akka.NET v1.4.27 is a small release that contains some _major_ performance improvements for Akka.Remote.
Performance Fixes**
In [RemoteActorRefProvider address paring, caching and resolving improvements](https://github.com/akkadotnet/akka.net/pull/5273) Akka.NET contributor @Zetanova introduced some major changes that make the entire `ActorPath` class much more reusable and more parse-efficient.
Our last major round of Akka.NET performance improvements in Akka.NET v1.4.25 produced the following:
```
OSVersion:                         Microsoft Windows NT 6.2.9200.0
ProcessorCount:                    16
ClockSpeed:                        0 MHZ
Actor Count:                       32
Messages sent/received per client: 200000  (2e5)
Is Server GC:                      True
Thread count:                      111
Num clients, Total [msg], Msgs/sec, Total [ms]
1,  200000,    130634,    1531.54
5, 1000000,    246975,    4049.20
10, 2000000,    244499,    8180.16
15, 3000000,    244978,   12246.39
20, 4000000,    245159,   16316.37
25, 5000000,    243333,   20548.09
30, 6000000,    241644,   24830.55
```
In Akka.NET v1.4.27 those numbers now look like:
```
OSVersion:                         Microsoft Windows NT 6.2.9200.
ProcessorCount:                    16
ClockSpeed:                        0 MHZ
Actor Count:                       32
Messages sent/received per client: 200000  (2e5)
Is Server GC:                      True
Thread count:                      111
Num clients, Total [msg], Msgs/sec, Total [ms]
1,  200000,    105043,    1904.29
5, 1000000,    255494,    3914.73
10, 2000000,    291843,    6853.30
15, 3000000,    291291,   10299.75
20, 4000000,    286513,   13961.68
25, 5000000,    292569,   17090.64
30, 6000000,    281492,   21315.35
```
To put these numbers in comparison, here's what Akka.NET's performance looked like as of v1.4.0:
```
Num clients (actors)    Total [msg] Msgs/sec    Total [ms]
1   200000  69736   2868.60
5   1000000 141243  7080.98
10  2000000 136771  14623.27
15  3000000 38190   78556.49
20  4000000 32401   123454.60
25  5000000 33341   149967.08
30  6000000 126093  47584.92
```
We've made Akka.Remote consistently faster, more predictable, and reduced total memory consumption significantly in the process.
You can [see the full set of changes introduced in Akka.NET v1.4.27 here](https://github.com/akkadotnet/akka.net/milestone/57?closed=1)
| COMMITS | LOC+ | LOC- | AUTHOR |
| --- | --- | --- | --- |
| 3 | 89 | 8 | Aaron Stannard |
| 1 | 856 | 519 | Andreas Dirnberger |
| 1 | 3 | 4 | Vadym Artemchuk |
| 1 | 261 | 233 | Gregorius Soedharmo |
| 1 | 1 | 1 | dependabot[bot] |