[
https://issues.apache.org/jira/browse/LUCENE-982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521590
]
Mike Klaas commented on LUCENE-982:
---
One heuristic that has been quite useful for us is to skip optimizing segments
[
https://issues.apache.org/jira/browse/LUCENE-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521505
]
Ismael Juma commented on LUCENE-871:
I guess there's no better way than to verify the sources as Dawid did, but
just for completeness of the approaches (I think the speed-up to expect can be,
in the best case, just about to be measurable considering big picture)
I had very nice experience with simple Bloom filter that "approximately hashes"
characters that are repeated in switch statement.
If Bloom filt
[
https://issues.apache.org/jira/browse/LUCENE-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dawid Weiss updated LUCENE-871:
---
Attachment: ISOLatin1AccentFilterAlt.java
A table-lookup version of ISO latin filter (this is not a p
[
https://issues.apache.org/jira/browse/LUCENE-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521361
]
Dawid Weiss commented on LUCENE-871:
I was a bit curious about it, so I decided to write a table-lookup version.
[
https://issues.apache.org/jira/browse/LUCENE-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521353
]
Dawid Weiss commented on LUCENE-871:
To clarify: depending on the compiler/ hotspot you may get linear time
(tab
[
https://issues.apache.org/jira/browse/LUCENE-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521350
]
Dawid Weiss commented on LUCENE-871:
Funny -- I just did the same, but my compiler (Eclipse JDT) generated a
loo
[
https://issues.apache.org/jira/browse/LUCENE-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521344
]
Stanislaw Osinski commented on LUCENE-871:
--
I've just quickly decompiled the ISOLatin1AccentFilter.class fro
[
https://issues.apache.org/jira/browse/LUCENE-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521340
]
Dawid Weiss commented on LUCENE-871:
I guess it's a matter of just writing down two versions and comparing them
It's more of a chicken-and-egg problem I guess; it's the same with E.U. grants
and local science grants over here (Poland) -- the government funds some
projects, but who if not us funds the government? I am a strong believer that
the results of public grants should be open and available for ev
10 matches
Mail list logo