We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c2ca8 commit 41d1747Copy full SHA for 41d1747
doc/source/whatsnew/v0.25.0.rst
@@ -169,7 +169,8 @@ Performance Improvements
169
- Improved performance of :meth:`Series.searchsorted`. The speedup is especially large when the dtype is
170
int8/int16/int32 and the searched key is within the integer bounds for the dtype (:issue:`22034`)
171
- Improved performance of :meth:`pandas.core.groupby.GroupBy.quantile` (:issue:`20405`)
172
-
+- Improved performance of `tokenize_bytes` in `tokenizer.c`
173
+- Improved performance of `xstrtod` on small floats (especially significant when integer part of it fits in int32)
174
175
.. _whatsnew_0250.bug_fixes:
176
0 commit comments