You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <ui...@incubator.apache.org> on 2007/05/29 23:03:15 UTC

[jira] Created: (UIMA-419) Reduce space used for casAddr to JCas object map by a factor of 4 or more

Reduce space used for casAddr to JCas object map by a factor of 4 or more
-------------------------------------------------------------------------

                 Key: UIMA-419
                 URL: https://issues.apache.org/jira/browse/UIMA-419
             Project: UIMA
          Issue Type: Improvement
          Components: Core Java Framework
    Affects Versions: 2.1
            Reporter: Marshall Schor
            Assignee: Marshall Schor
            Priority: Minor
             Fix For: 2.2


Space measurements show the map from casAddr to JCas objects was using between 46 and 74 bytes per JCas object; the larger number was observed with the IBM Java 5 implementation.  Reimplement this map to use less space - should be able to get it down to around 10 bytes for both Java versions.

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


[jira] Closed: (UIMA-419) Reduce space used for casAddr to JCas object map by a factor of 4 or more

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

Marshall Schor closed UIMA-419.
-------------------------------

    Resolution: Fixed

> Reduce space used for casAddr to JCas object map by a factor of 4 or more
> -------------------------------------------------------------------------
>
>                 Key: UIMA-419
>                 URL: https://issues.apache.org/jira/browse/UIMA-419
>             Project: UIMA
>          Issue Type: Improvement
>          Components: Core Java Framework
>    Affects Versions: 2.1
>            Reporter: Marshall Schor
>            Assignee: Marshall Schor
>            Priority: Minor
>             Fix For: 2.2
>
>
> Space measurements show the map from casAddr to JCas objects was using between 46 and 74 bytes per JCas object; the larger number was observed with the IBM Java 5 implementation.  Reimplement this map to use less space - should be able to get it down to around 10 bytes for both Java versions.

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