Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

itertoolsを使用している箇所を自前の実装に置き換える #395

Open
YuukiToriyama opened this issue Aug 30, 2024 · 1 comment
Assignees

Comments

@YuukiToriyama
Copy link
Owner

概要

  • OrthographicalVariantAdapterの処理の中で使用している。
  • 表記ゆれのベクタから要素を2つ取り出し順列を生成するのに使用している。
  • かつては他の箇所でもitertoolsを使用していたが、使用箇所がOrthographicalVariantAdapterだけになってしまった。
  • 簡単なfor文で書き換えができそうなので自前の実装に置き換える。
    • 性能面に影響がでないか簡単なベンチマークを行なって検証する
  • 使用箇所がなくなれば依存関係から削除する。

その他

@YuukiToriyama YuukiToriyama added this to the itertoolsの除却 milestone Aug 30, 2024
@YuukiToriyama YuukiToriyama self-assigned this Aug 30, 2024
@YuukiToriyama
Copy link
Owner Author

性能面での懸念がある

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant