You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2021/02/19 15:55:21 UTC

[arrow] branch master updated (c117430 -> 5647e90)

This is an automated email from the ASF dual-hosted git repository.

bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from c117430  ARROW-11601: [C++][Python][Dataset] expose Parquet pre-buffer option
     add 5647e90  ARROW-10655: [C++] Add cache and memoization facility

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/public_api_test.cc      |   4 -
 cpp/src/arrow/util/CMakeLists.txt     |   2 +
 cpp/src/arrow/util/cache_benchmark.cc | 146 +++++++++++++++++
 cpp/src/arrow/util/cache_internal.h   | 210 ++++++++++++++++++++++++
 cpp/src/arrow/util/cache_test.cc      | 290 ++++++++++++++++++++++++++++++++++
 5 files changed, 648 insertions(+), 4 deletions(-)
 create mode 100644 cpp/src/arrow/util/cache_benchmark.cc
 create mode 100644 cpp/src/arrow/util/cache_internal.h
 create mode 100644 cpp/src/arrow/util/cache_test.cc