You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rocksdb is swapped for a smaller and simpler library ( rustbreak ) to :
1. Simplify the code and have less edge cases to test.
2. Reduce compilation time on the CI.
In addition, the state management facilities where improved by adding to
abstractions :
1. SequentialState that allows to persistence sequences
2. AssociativeState that allows to persist key-value pairs
This AssociativeState will be reused to deliver #33, #37 and #40closes#34closes#35
rocksdb is swapped for a smaller and simpler library ( rustbreak ) to :
1. Simplify the code and have less edge cases to test.
2. Reduce compilation time on the CI.
In addition, the state management facilities where improved by adding to
abstractions :
1. SequentialState that allows to persistence sequences
2. AssociativeState that allows to persist key-value pairs
This AssociativeState will be reused to deliver #33, #37 and #40closes#34closes#35
No description provided.
The text was updated successfully, but these errors were encountered: