This is an automated email from the ASF dual-hosted git repository.
nickva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from c8365b053 Remove old libicu max collation sentinel hack
new 2195612ae Sort key libicu NIF
new eb89864dc Speed up views with ICU sort keys
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../priv/couch_ejson_compare/couch_ejson_compare.c | 86 ++++++
src/couch/src/couch_ejson_compare.erl | 33 ++-
src/couch/test/eunit/couch_ejson_compare_tests.erl | 102 +++++++
src/fabric/src/fabric_view.erl | 320 ++++++++++++---------
src/fabric/src/fabric_view_map.erl | 82 ++++--
src/fabric/src/fabric_view_reduce.erl | 32 ++-
6 files changed, 486 insertions(+), 169 deletions(-)