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

Memory used from single algorithm #1

Open
Helias opened this issue Aug 6, 2016 · 2 comments
Open

Memory used from single algorithm #1

Helias opened this issue Aug 6, 2016 · 2 comments

Comments

@Helias
Copy link
Member

Helias commented Aug 6, 2016

Add a function/parameter to see the memory used for each single algorithm tested

@nishihatapalmer
Copy link
Contributor

I would also like to see this. Some algorithms use a lot more memory than others.
It is also interesting to benchmark algorithms that are using the same amount of memory.
Quite a few algorithms would support tuning their memory usage (e.g. ones that use hash-based lookup tables), to provide a better comparison between them.

@nishihatapalmer
Copy link
Contributor

I'm currently working on a PR to gather stats from running algorithms. memory usage is one of those stats.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants