Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conduct experiments comparing Future performance to native Promises. #67

Open
metasansana opened this issue Dec 5, 2022 · 1 comment
Milestone

Comments

@metasansana
Copy link
Contributor

We could measure the memory usage and execution time of :

  1. Encrypting/Compressing a large file(s).
  2. Serving a large amount of network requests.
  3. Parallel and sequential workloads.

Tests should run with and without doFuture() and measure single, multiple (3) and many (100+) chains of Futures/Promises. Treating a Future as a promise should also be examined.
Error handling should also be included.

@metasansana
Copy link
Contributor Author

This might be helpful:
http://bluebirdjs.com/docs/benchmarks.html

@metasansana metasansana added this to the Noni 2.0 milestone Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant