Skip to content

Made rustus go Brrrr.

Pavel Kirilin requested to merge feature/speedup into release/0.4.6

Description:

  • Optimized number of syscalls for writing by using Buffered IO;
  • Rmoved redundant clone calls;
  • Changed Storage add_bytes signature;
  • Moved serde calls to tokio;
  • Removed redundant memory allocations.

Signed-off-by: Pavel Kirilin [email protected]

Merge request reports