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

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

Linux results, NIOFSDir:


||Query||QPS bulkvint||QPS simple64x4||Pct diff||||
|"united states"|11.95|10.50|{color:red}-12.1%{color}|
|+united +states|19.45|18.94|{color:red}-2.6%{color}|
|unit~0.5|18.20|17.85|{color:red}-1.9%{color}|
|doctitle:.*[Uu]nited.*|5.38|5.40|{color:green}0.4%{color}|
|spanNear([unit, state], 10, true)|43.59|44.31|{color:green}1.7%{color}|
|united~0.6|8.48|8.72|{color:green}2.8%{color}|
|"united states"~3|5.75|5.96|{color:green}3.6%{color}|
|united~0.75|12.66|13.14|{color:green}3.8%{color}|
|unit~0.7|27.58|28.84|{color:green}4.6%{color}|
|spanFirst(unit, 5)|157.05|165.43|{color:green}5.3%{color}|
|united states|15.41|16.26|{color:green}5.6%{color}|
|states|48.10|51.95|{color:green}8.0%{color}|
|unit*|32.72|36.24|{color:green}10.8%{color}|
|uni*|18.66|20.97|{color:green}12.3%{color}|
|u*d|9.63|10.86|{color:green}12.8%{color}|
|+nebraska +states|103.95|117.66|{color:green}13.2%{color}|
|un*d|18.91|21.45|{color:green}13.4%{color}|
|doctimesecnum:[10000 TO 60000]|12.33|13.99|{color:green}13.5%{color}|


And MMapDir:

||Query||QPS bulkvint||QPS simple64x4||Pct diff||||
|"united states"|12.86|11.01|{color:red}-14.4%{color}|
|+nebraska +states|129.23|126.21|{color:red}-2.3%{color}|
|"united states"~3|6.05|6.06|{color:green}0.1%{color}|
|united~0.6|10.55|10.72|{color:green}1.6%{color}|
|unit~0.7|38.24|39.00|{color:green}2.0%{color}|
|+united +states|19.29|19.71|{color:green}2.2%{color}|
|united~0.75|15.08|15.52|{color:green}2.9%{color}|
|united states|16.47|16.95|{color:green}2.9%{color}|
|doctitle:.*[Uu]nited.*|6.23|6.46|{color:green}3.8%{color}|
|spanNear([unit, state], 10, true)|47.26|49.44|{color:green}4.6%{color}|
|unit*|36.28|38.01|{color:green}4.7%{color}|
|doctimesecnum:[10000 TO 60000]|14.02|14.90|{color:green}6.3%{color}|
|uni*|21.08|22.46|{color:green}6.6%{color}|
|spanFirst(unit, 5)|169.47|180.70|{color:green}6.6%{color}|
|unit~0.5|23.03|24.79|{color:green}7.6%{color}|
|un*d|21.40|23.64|{color:green}10.5%{color}|
|states|50.60|56.17|{color:green}11.0%{color}|
|u*d|11.16|12.59|{color:green}12.8%{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.patch, LUCENE-2886.patch, LUCENE-2886.patch, 
> 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