Skip to content
Snippets Groups Projects
Commit c9391958 authored by Pavel Kirilin's avatar Pavel Kirilin 👽
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 bfb0e2bc
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