Skip to content
Snippets Groups Projects
Unverified Commit 696206ce authored by Pavel Kirilin's avatar Pavel Kirilin 👽 Committed by GitHub
Browse files

Made rustus go Brrrr. (#51)


Made rustus go Brrrr.
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.
* Async runtime is changed back to actix.
* Spawning tasks with actix runtime.
* Super mega solution to speedup fs ops.

Signed-off-by: default avatarPavel Kirilin <win10@list.ru>
parent c98c5422
Loading
Showing
with 214 additions and 145 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment