-
Notifications
You must be signed in to change notification settings - Fork 159
Conversation
Performance SummaryComparing base acb0fab with head f6ba30c on microsoft/[email protected]. For details see workflow artifacts. Note that performance is tested on the last commits with changes in BeforeAfter |
Performance SummaryComparing base acb0fab with head 87e8c76 on microsoft/[email protected]. For details see workflow artifacts. Note that performance is tested on the last commits with changes in BeforeAfter |
87e8c76 to
fef68c7
Compare
Performance SummaryComparing base e721b3a with head fef68c7 on microsoft/[email protected]. For details see workflow artifacts. Note that performance is tested on the last commits with changes in BeforeAfter |
Performance SummaryComparing base e721b3a with head 0e55284 on microsoft/[email protected]. For details see workflow artifacts. Note that performance is tested on the last commits with changes in BeforeAfter |
This PR fixes several issues with the storage API.
Fixes #299.
Changes
SQLiteReaderinstances, which makes it easier to reuse a reader without accumulating cached data.Serialization format
The
rmp-serdecrate seems less stable than I'd hoped. I porpose to switch topostcard, which seems broadly used, has a documented stable wire format, and performs well in the benchmarks at https://github.com/djkoloski/rust_serialization_benchmark.