You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Mark Robert Miller (Jira)" <ji...@apache.org> on 2021/07/26 02:18:00 UTC

[jira] [Updated] (SOLR-15563) Investigate if any minor tweaks can be made to improve the json output paths branch predictability.

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

Mark Robert Miller updated SOLR-15563:
--------------------------------------
    Description: There are some very hot paths writing json that  look fairly high on the outlier scale with around 0.5 branch predictability. This is mainly around dispatching depending on the type being written, similar to the hot spot in JavaBinCodec.  Worth seeing if this can be adjusted for a more favorable chance at allowing for some prediction. 

> Investigate if any minor tweaks can be made to improve the json output paths branch predictability. 
> ----------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-15563
>                 URL: https://issues.apache.org/jira/browse/SOLR-15563
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Mark Robert Miller
>            Priority: Major
>
> There are some very hot paths writing json that  look fairly high on the outlier scale with around 0.5 branch predictability. This is mainly around dispatching depending on the type being written, similar to the hot spot in JavaBinCodec.  Worth seeing if this can be adjusted for a more favorable chance at allowing for some prediction. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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