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

Michael McCandless commented on LUCENE-2886:
--------------------------------------------

Same as last perf test, except MMapDir instead:

||Query||QPS bulkvint||QPS simple64varint||Pct diff||||
|"united states"|12.81|9.95|{color:red}-22.3%{color}|
|"united states"~3|6.04|5.35|{color:red}-11.4%{color}|
|+united +states|19.18|17.25|{color:red}-10.1%{color}|
|united~0.6|10.35|10.25|{color:red}-0.9%{color}|
|united states|16.33|16.29|{color:red}-0.2%{color}|
|doctimesecnum:[10000 TO 60000]|14.18|14.24|{color:green}0.4%{color}|
|unit*|36.69|37.20|{color:green}1.4%{color}|
|united~0.75|14.71|14.92|{color:green}1.4%{color}|
|unit~0.5|22.15|22.55|{color:green}1.8%{color}|
|uni*|21.27|21.73|{color:green}2.2%{color}|
|spanFirst(unit, 5)|166.18|171.96|{color:green}3.5%{color}|
|doctitle:.*[Uu]nited.*|6.24|6.46|{color:green}3.6%{color}|
|unit~0.7|34.18|35.49|{color:green}3.8%{color}|
|spanNear([unit, state], 10, true)|47.16|49.53|{color:green}5.0%{color}|
|states|50.71|53.52|{color:green}5.5%{color}|
|un*d|21.51|22.96|{color:green}6.7%{color}|
|u*d|11.18|12.22|{color:green}9.3%{color}|
|+nebraska +states|127.16|161.43|{color:green}26.9%{color}|


> Adaptive Frame Of Reference 
> ----------------------------
>
>                 Key: LUCENE-2886
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2886
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Codecs
>            Reporter: Renaud Delbru
>             Fix For: 4.0
>
>         Attachments: LUCENE-2886_simple64.patch, 
> LUCENE-2886_simple64_varint.patch, lucene-afor.tar.gz
>
>
> We could test the implementation of the Adaptive Frame Of Reference [1] on 
> the lucene-4.0 branch.
> I am providing the source code of its implementation. Some work needs to be 
> done, as this implementation is working on the old lucene-1458 branch. 
> I will attach a tarball containing a running version (with tests) of the AFOR 
> implementation, as well as the implementations of PFOR and of Simple64 
> (simple family codec working on 64bits word) that has been used in the 
> experiments in [1].
> [1] http://www.deri.ie/fileadmin/documents/deri-tr-afor.pdf

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to