[jira] Updated: (LUCENE-1195) Performance improvement for TermInfosReader

2008-02-27 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1195: -- Attachment: lucene-1195.patch Here is the simple patch. The cache is only used in TermInfosRea

[jira] Updated: (LUCENE-1195) Performance improvement for TermInfosReader

2008-05-21 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1195: -- Attachment: lucene-1195.patch Changes in the patch: - the used cache is thread-safe now - adde

[jira] Updated: (LUCENE-1195) Performance improvement for TermInfosReader

2008-05-22 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1195: -- Attachment: lucene-1195.patch In the previous patch was a silly thread-safety problem that I f

[jira] Updated: (LUCENE-1195) Performance improvement for TermInfosReader

2008-05-23 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Busch updated LUCENE-1195: -- Comment: was deleted > Performance improvement for TermInfosReader > -

[jira] Updated: (LUCENE-1195) Performance improvement for TermInfosReader

2008-09-10 Thread robert engels (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert engels updated LUCENE-1195: -- Attachment: SafeThreadLocal.java A "safe" ThreadLocal that can be used for more deterministic