ima1zumi / stunning-bassoon

https://ima1zumi.github.io/stunning-bassoon/
MIT License
1 stars 0 forks source link

2022-06-15 #5

Open ima1zumi opened 2 years ago

ima1zumi commented 2 years ago

昨日の Hamada.rb で String#split はブロック取ると速くなると聞いてやってみた

Rehearsal --------------------------------------------------------
CSV.read cp932         1.581918   0.778895   2.360813 (  2.365404)
CSV.read cp932 raw     1.509646   0.101905   1.611551 (  1.613587)
----------------------------------------------- total: 3.972364sec

                           user     system      total        real
CSV.read cp932         1.397222   0.025637   1.422859 (  1.425294)
CSV.read cp932 raw     1.435127   0.045009   1.480136 (  1.482079)

~/development/sandbox/rubykaigi2022 10s
❯ stackprof stackprof-cpu-cp932-csv.dump
==================================
  Mode: cpu(1000)
  Samples: 1856 (0.38% miss rate)
  GC: 98 (5.28%)
==================================
     TOTAL    (pct)     SAMPLES    (pct)     FRAME
       463  (24.9%)         463  (24.9%)     IO#gets
       517  (27.9%)         454  (24.5%)     String#split
       262  (14.1%)         262  (14.1%)     String#[]
      1758  (94.7%)         114   (6.1%)     CSV::Parser#parse_quotable_loose
        97   (5.2%)          97   (5.2%)     StringScanner#rest

うーん、少しは速くなったけど…

ima1zumi commented 2 years ago

次は String#split の実装をサッと眺めるところかな

ima1zumi commented 2 years ago

RubyKaigi が近づくと思うこと…英語の読み書きできるようになりたい。

ライティングは

Amazon - 技術系英文ライティング教本: 基本・英文法・応用 | 中山 裕木子 |本 | 通販 https://www.amazon.co.jp/dp/4820781499

が気になっている。

読む方は何がいいだろう。文法怪しいので

Amazon.co.jp - English Grammar in Use Book with Answers and Interactive eBook: Self-Study Reference and Practice Book for Intermediate Learners of English | Murphy, Raymond |本 | 通販 https://www.amazon.co.jp/dp/1107539331

かなあ。

本の選定とは関係ないけど、最近読んだ英語学習のブログ: 3ヶ月間の英語研修でTOEICスコア 665 → 890 になった話 | Money Forward Money Forward Engineers' Blog

ima1zumi commented 2 years ago

issue を直接編集しても再デプロイはされないっぽい?

ima1zumi commented 2 years ago

いや、デプロイされてた。

fugakkbn commented 2 years ago

age