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

korlov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from 3579cb376a IGNITE-22947 Fix checkstyle. (#4192)
     add 4613bcc895 IGNITE-22941 Improve performance of TupleMarshaller (#4191)

No new revisions were added by this update.

Summary of changes:
 .../internal/binarytuple/BinaryTupleBuilder.java   | 26 +-------
 .../internal/schema/marshaller/MarshallerUtil.java | 32 +--------
 .../marshaller/asm/AsmMarshallerGenerator.java     |  7 +-
 .../ignite/internal/schema/row/RowAssembler.java   | 11 ++++
 .../schema/marshaller/MarshallerUtilTest.java      |  8 ++-
 .../schema/marshaller/TupleMarshallerImpl.java     | 77 ++++++++++++++++++----
 .../TupleMarshallerFixlenOnlyBenchmark.java        |  8 +--
 .../TupleMarshallerVarlenOnlyBenchmark.java        | 47 +++++++++----
 .../marshaller/TupleMarshallerStatisticsTest.java  |  3 +-
 9 files changed, 132 insertions(+), 87 deletions(-)

Reply via email to