Commits


Yibo Cai authored and Antoine Pitrou committed e2d8dc38cd1
ARROW-10304: [C++][Compute] Optimize variance kernel for integers Improve variance kernel performance for integers by leveraging textbook one pass algorithm and integer arithmetic. Closes #8466 from cyb70289/variance-integer Authored-by: Yibo Cai <yibo.cai@arm.com> Signed-off-by: Antoine Pitrou <antoine@python.org>