Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Minimized allocations #5

Merged
merged 1 commit into from
Nov 12, 2019
Merged

Conversation

frol
Copy link
Contributor

@frol frol commented Nov 12, 2019

The original results on my laptop:

runtime         time per
async-std       0.980
tokio           3.499
async-std       0.749
tokio           3.506
async-std       0.760
tokio           3.729
async-std       0.776
tokio           3.551
async-std       0.734
tokio           3.441
async-std       0.757
tokio           3.455

The new results:

runtime         time per
async-std       0.831
tokio           3.340
async-std       0.575
tokio           3.306
async-std       0.564
tokio           3.351
async-std       0.687
tokio           3.467
async-std       0.570
tokio           3.356
async-std       0.557
tokio           3.354

NOTE: It does not solve the oddity of tokio I observe in #3 (comment)

@jebrosen jebrosen merged commit c3c2fbe into jebrosen:master Nov 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants