[
https://issues.apache.org/jira/browse/IGNITE-26573?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18030293#comment-18030293
]
Ivan Bessonov commented on IGNITE-26573:
----------------------------------------
Before:
{code:java}
Benchmark (columnTypes) Mode Cnt Score
Error Units
SortedIndexTreeInsertBenchmark.putx LONG thrpt 10 446.467 ±
41.315 ops/ms
SortedIndexTreeInsertBenchmark.putx STRING_16 thrpt 10 305.787 ±
13.352 ops/ms {code}
After:
{code:java}
Benchmark (columnTypes) Mode Cnt Score
Error Units
SortedIndexTreeInsertBenchmark.putx LONG thrpt 10 621.523 ±
27.727 ops/ms
SortedIndexTreeInsertBenchmark.putx STRING_16 thrpt 10 428.128 ±
38.844 ops/ms {code}
Noticeable boost in a micro-benchmark of tree operations
> Use JitComparator in sorted indexes by default
> ----------------------------------------------
>
> Key: IGNITE-26573
> URL: https://issues.apache.org/jira/browse/IGNITE-26573
> Project: Ignite
> Issue Type: Improvement
> Reporter: Ivan Bessonov
> Assignee: Ivan Bessonov
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> - integrate it
> - run some large benchmarks and check the difference
--
This message was sent by Atlassian Jira
(v8.20.10#820010)