You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Kevin Risden (Jira)" <ji...@apache.org> on 2022/05/02 17:17:00 UTC

[jira] [Updated] (LUCENE-10534) MinFloatFunction / MaxFloatFunction calls exists twice

     [ https://issues.apache.org/jira/browse/LUCENE-10534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Risden updated LUCENE-10534:
----------------------------------
    Fix Version/s: 9.2

> MinFloatFunction / MaxFloatFunction calls exists twice
> ------------------------------------------------------
>
>                 Key: LUCENE-10534
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10534
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Kevin Risden
>            Assignee: Kevin Risden
>            Priority: Minor
>             Fix For: 9.2
>
>         Attachments: flamegraph.png, flamegraph_getValueForDoc.png
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> MinFloatFunction (https://github.com/apache/lucene/blob/main/lucene/queries/src/java/org/apache/lucene/queries/function/valuesource/MinFloatFunction.java) and MaxFloatFunction (https://github.com/apache/lucene/blob/main/lucene/queries/src/java/org/apache/lucene/queries/function/valuesource/MaxFloatFunction.java) both check if values exist twice. This change prevents the duplicate exists check.
> Tested with JMH here: https://github.com/risdenk/lucene-jmh
> | Benchmark                                                       | Mode  | Cnt | Score and Error  | Units |
> |-----------------------------------------------------------------|-------|-----|------------------|-------|
> | MyBenchmark.testMaxFloatFunction                                | thrpt | 25  | 64.159  ±  2.031 | ops/s |
> | MyBenchmark.testNewMaxFloatFunction                             | thrpt | 25  | 94.997  ±  2.365 | ops/s |
> | MyBenchmark.testMaxFloatFunctionRareField                       | thrpt | 25  | 244.921 ±  6.439 | ops/s |
> | MyBenchmark.testNewMaxFloatFunctionRareField                    | thrpt | 25  | 239.288 ±  5.136 | ops/s |



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org