Replies: 2 comments 6 replies
-
|
Hi @sakno, thank you again so much for this wonderful library ! More performance will be awesome :) I was using PackageReference Include="DotNext.AspNetCore.Cluster" Version="5.19.1" but latest version seem to have many breaking change. Here my actual and simple code : https://github.com/SlimPlanet/SlimFaas/blob/main/src/SlimData/SlimDataInterpreter.cs https://github.com/SlimPlanet/SlimFaas/blob/main/src/SlimData/SlimPersistentState.cs |
Beta Was this translation helpful? Give feedback.
-
|
Hi @sakno , I have migrated to the new SimpleStateMachine (Code migration was easy, thank you for your very good your documentation), but I encounter some problems. ———— If I run my test https://github.com/SlimPlanet/SlimFaas/blob/605b823cb75b185df8cf876d94aae01edaa0a280/tests/SlimData.Tests/RaftClusterTests.cs#L311 Do you have an idea why ? Thank you so much for this library. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
.NEXT 5.22.0 introduces a new WAL that is a replacement of existing PersistentState class. it is marked as experimental for now. However, it will be the only implementation in the next major version of .NEXT, which will be released in the end of 2025 year.
The new WAL has the performance comparable to FasterLog, the append method is not blocked by disk I/O, it has simpler configuration, simpler implementation and better state machine API.
Beta Was this translation helpful? Give feedback.
All reactions