Benchmark
スピードアップの復習 速度ロジックを見ただけで組んでいないのでちょっと復習 必要なもの Benchmarkというものの「timethese」と「cmpthese」が必要 サンプル #!/usr/bin/env perl use strict; use warnings; use Benchmark qw( timethese cmpthese ); # ロ…
Github(変なおっさんの顔でるので気をつけてね)
スピードアップの復習 速度ロジックを見ただけで組んでいないのでちょっと復習 必要なもの Benchmarkというものの「timethese」と「cmpthese」が必要 サンプル #!/usr/bin/env perl use strict; use warnings; use Benchmark qw( timethese cmpthese ); # ロ…