2 lines
217 B
Markdown
2 lines
217 B
Markdown
|
Improve performance of `extract::<i64>` (and other integer types) by avoiding call to `__index__()` converting the value to an integer for 3.10+. Gives performance improvement of around 30% for successful extraction.
|