Created
September 16, 2022 21:43
-
-
Save altherlex/2d82a04fd55628f62152521c43b6b0f6 to your computer and use it in GitHub Desktop.
ruby Benchmark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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