Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Improve processing time.

Compare
Choose a tag to compare
@k163377 k163377 released this 23 Feb 09:01
· 389 commits to master since this release
c3b2be5

処理時間の改善

以下の通り改善を行い、mapの処理時間を75%以下に削減した。

  • KFunction.call関数を使うように修正
    • 設計変更により処理を共通化できるようになったため、共通化
  • プロパティ読み込み時にjavaGetterを用いるように修正

破壊的変更

  • getterを呼ばなくなったため、アノテーション取得のためgetterへのエイリアスの貼り方を修正

その他

  • readmeの修正
  • テストの追加