[jbosstools-issues] [JBoss JIRA] (JBIDE-11985) Performance improvement : Fetch project example descriptors in parallel

Fred Bricon (JIRA) jira-events at lists.jboss.org
Thu May 24 06:39:17 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-11985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Bricon updated JBIDE-11985:
--------------------------------

    Description: 
Current project example descriptors are fetched sequentially in ProjectExamplesUtil.getProjects(...). This area seems a good candidate for parallelization.

Attached patch gives me a 40% improvement on project retrieval (on my quad-core laptop).

Please review for possible inclusion in 3.3.0.CR1.

  was:
Current project example descriptors are fetched sequentially in ProjectExamplesUtil.getProjects(...). This area seems a good candidate for parallelization.

Attached patch gives me a 40% improvement on project retrieval.

Please review for possible inclusion in 3.3.0.CR1.


    
> Performance improvement : Fetch project example descriptors in parallel
> -----------------------------------------------------------------------
>
>                 Key: JBIDE-11985
>                 URL: https://issues.jboss.org/browse/JBIDE-11985
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: project-examples
>    Affects Versions: 3.3.0.Beta3
>            Reporter: Fred Bricon
>            Assignee: Snjezana Peco
>             Fix For: 3.3.0.CR1
>
>         Attachments: JBIDE-11985.patch
>
>
> Current project example descriptors are fetched sequentially in ProjectExamplesUtil.getProjects(...). This area seems a good candidate for parallelization.
> Attached patch gives me a 40% improvement on project retrieval (on my quad-core laptop).
> Please review for possible inclusion in 3.3.0.CR1.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list