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

asf-gitbox-commits pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from a44720c779 Merge branch 'cassandra-6.0' into trunk
     new 448d98ce31 Make synchronization on VectorMemoryIndex inserts more 
granular
     new bf4437296b Merge branch 'cassandra-5.0' into cassandra-6.0
     new 9783cfeb73 Merge branch 'cassandra-6.0' into trunk

The 3 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:
 CHANGES.txt                                        |   1 +
 .../sai/disk/v1/vector/PrimaryKeyWithScore.java    |   8 +
 .../index/sai/memory/VectorMemoryIndex.java        |  59 +-
 .../simulator/asm/NemesisFieldSelectors.java       |  50 +-
 .../simulator/test/OnHeapGraphSimulationTest.java  | 283 ++++++++
 .../test/VectorMemoryIndexSimulationTest.java      | 750 +++++++++++++++++++++
 .../index/sai/memory/VectorMemoryIndexTest.java    | 561 ++++++++++++++-
 7 files changed, 1660 insertions(+), 52 deletions(-)
 create mode 100644 
test/simulator/test/org/apache/cassandra/simulator/test/OnHeapGraphSimulationTest.java
 create mode 100644 
test/simulator/test/org/apache/cassandra/simulator/test/VectorMemoryIndexSimulationTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to