Skip to content
This repository was archived by the owner on Oct 18, 2019. It is now read-only.

Include memory consumption in the benchmarks #23

Open
fervic opened this issue Oct 31, 2015 · 1 comment
Open

Include memory consumption in the benchmarks #23

fervic opened this issue Oct 31, 2015 · 1 comment

Comments

@fervic
Copy link

fervic commented Oct 31, 2015

Hi @dimroc, nice repo and blog posts!

It would be nice to also see a memory consumption comparison. For example the Parallel Ruby implementation got close in speed to the Go sub-string implementation, but Go's goroutines are supposed to have a much lower memory consumption than spawning multiple copies of the Ruby program, so it would be good to see this shown here.

@dimroc
Copy link
Owner

dimroc commented Nov 2, 2015

That is a great point. Go is exceptional at memory management. I'll be sure to address that in my next blog post. If you know of any good CLI tools to measure the memory of a process, and it's subprocesses, let me know. I scoured here (http://unix.stackexchange.com/questions/18841/measuring-ram-usage-of-a-program).

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

No branches or pull requests

2 participants