Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

While `futures` provide Mutex, `async-std` gives an ability to use ReadWriteLock

Results

The only way to check performance impact is to rewrite code and compare benchmarksUsage of async-std with the same code does not affect the performance. So we decided to move onto async-std to get other benefits.