Skip to content

Commit a4f6dcd

Browse files
committed
Added whatsnew entry
1 parent a8df404 commit a4f6dcd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.25.0.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ Performance Improvements
132132
- Improved performance of :meth:`Series.searchsorted`. The speedup is especially large when the dtype is
133133
int8/int16/int32 and the searched key is within the integer bounds for the dtype (:issue:`22034`)
134134
- Improved performance of :meth:`pandas.core.groupby.GroupBy.quantile` (:issue:`20405`)
135-
135+
- Improved performance of `tokenize_bytes` in `tokenizer.c`
136+
- Improved performance of `xstrtod` on small floats (especially significant when integer part of it fits in int32)
136137

137138
.. _whatsnew_0250.bug_fixes:
138139

0 commit comments

Comments
 (0)