You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directmemory.apache.org by "Simone Tripodi (Commented) (JIRA)" <ji...@apache.org> on 2012/03/01 14:22:05 UTC

[jira] [Commented] (DIRECTMEMORY-76) Make MemoryManagerService.collect* more efficient with Guava collection

    [ https://issues.apache.org/jira/browse/DIRECTMEMORY-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13220017#comment-13220017 ] 

Simone Tripodi commented on DIRECTMEMORY-76:
--------------------------------------------

It doesn't depend by Guava, it depends by the fact that the data structure is poorly indexed - so we are using Guava to sort and limit collections, then reiterate over the results and perform actions - it would be faster indexing data and performing actions while traversing the data structure
                
> Make MemoryManagerService.collect* more efficient with Guava collection
> -----------------------------------------------------------------------
>
>                 Key: DIRECTMEMORY-76
>                 URL: https://issues.apache.org/jira/browse/DIRECTMEMORY-76
>             Project: Apache DirectMemory
>          Issue Type: Improvement
>            Reporter: Benoit Perroud
>            Priority: Minor
>
> Actual usage of Guava collection filter is not efficient. We should rework on that part.

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