Skip to content

Commit 6dc0792

Browse files
committed
speedup!
1 parent d67acfa commit 6dc0792

4 files changed

Lines changed: 36 additions & 0 deletions

File tree

docs/en/releases/unreleased.ipynb

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/ja/releases/unreleased.ipynb

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

markdowns/en/releases/unreleased.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ kernelspec:
1515

1616
+++
1717

18+
## Performance Improvements
19+
20+
### Significant performance improvements for dictionaries
21+
22+
We improved the internal processing of dictionaries, achieving a significant performance improvement of about 30x compared with the previous implementation.
23+
If you have been avoiding dictionaries because of performance concerns, this is a good opportunity to try using them.
24+
25+
+++
26+
1827
## Feature Enhancements
1928

2029
+++

markdowns/ja/releases/unreleased.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ kernelspec:
1515

1616
+++
1717

18+
## パフォーマンス改善
19+
20+
### 辞書型の大幅な性能改善
21+
22+
辞書の内部処理を改善し、旧来に比べ約 30 倍の大幅な性能改善を実現しました!
23+
パフォーマンス上の懸念から辞書を避けていた場合、ぜひこの機会に辞書を活用してみてください。
24+
1825
## 機能強化
1926

2027
+++

0 commit comments

Comments
 (0)