Skip to content

Instantly share code, notes, and snippets.

@altherlex
Created September 16, 2022 21:43
Show Gist options
  • Save altherlex/2d82a04fd55628f62152521c43b6b0f6 to your computer and use it in GitHub Desktop.
Save altherlex/2d82a04fd55628f62152521c43b6b0f6 to your computer and use it in GitHub Desktop.
ruby Benchmark
seconds = Benchmark.realtime do
counted_links = {}
links.each { |e| counted_links[e] = links.count(e) if counted_links[e].nil?}
end
seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment