Commits

Antoine Pitrou authored 27f50c7ad5f
ARROW-9928: [C++] Speed up integer parsing slightly By exiting early out of the parsing routine when the input is exhausted, we can save a little bit a processing time. Closes #8104 from AndrewTsao/patch-2 Lead-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: andi <caoshiwei@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>