This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from ea19ce86d6 Separate metadata fetch from `ArrowReaderBuilder`
construction (#4674) (#4676)
add c618438924 Faster i256 Division (2-100x) (#4663) (#4672)
No new revisions were added by this update.
Summary of changes:
arrow-buffer/benches/i256.rs | 53 +++--
arrow-buffer/src/bigint/div.rs | 312 ++++++++++++++++++++++++++
arrow-buffer/src/{bigint.rs => bigint/mod.rs} | 80 +++----
3 files changed, 375 insertions(+), 70 deletions(-)
create mode 100644 arrow-buffer/src/bigint/div.rs
rename arrow-buffer/src/{bigint.rs => bigint/mod.rs} (94%)