You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2022/07/19 07:37:12 UTC

[lucene] branch main updated (9f80fea5028 -> e5bf76b8430)

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

jpountz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/lucene.git


    from 9f80fea5028 Fix error in TieredMergePolicy (#1028)
     add e5bf76b8430 LUCENE-10657: CopyBytes now saves one memory copy on ByteBuffersDataOutput (#1034)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |  3 +-
 .../apache/lucene/store/ByteBuffersDataOutput.java | 23 ++++++++++++++
 .../lucene/store/TestByteBuffersDataOutput.java    | 36 ++++++++++++++++++++++
 3 files changed, 61 insertions(+), 1 deletion(-)