You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org> on 2008/04/16 10:18:21 UTC

[jira] Created: (UIMA-988) Performance bug: CAS heap reset wasteful use of Arrays.fill()

Performance bug: CAS heap reset wasteful use of Arrays.fill()
-------------------------------------------------------------

                 Key: UIMA-988
                 URL: https://issues.apache.org/jira/browse/UIMA-988
             Project: UIMA
          Issue Type: Bug
          Components: Core Java Framework
    Affects Versions: 2.2.2
            Reporter: Thilo Goetz
            Assignee: Thilo Goetz
             Fix For: 2.3


CAS heap is filled with 0s on reset.  Currently, the whole heap is filled, instead of just the portion that was used.  This makes a huge difference for small documents.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (UIMA-988) Performance bug: CAS heap reset wasteful use of Arrays.fill()

Posted by "Thilo Goetz (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-988?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thilo Goetz closed UIMA-988.
----------------------------

    Resolution: Fixed

> Performance bug: CAS heap reset wasteful use of Arrays.fill()
> -------------------------------------------------------------
>
>                 Key: UIMA-988
>                 URL: https://issues.apache.org/jira/browse/UIMA-988
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>    Affects Versions: 2.2.2
>            Reporter: Thilo Goetz
>            Assignee: Thilo Goetz
>             Fix For: 2.3
>
>
> CAS heap is filled with 0s on reset.  Currently, the whole heap is filled, instead of just the portion that was used.  This makes a huge difference for small documents.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.