tokee commented on issue #577: SOLR-13260: 128 bit integer type - longlong
URL: https://github.com/apache/lucene-solr/pull/577#issuecomment-464669631
 
 
   > I believe solr and lucene is unlikely to support anything longer than 128 
bits - The underlying implementation types only support a maximum of 128 bits.
   
   The underlying implementation is not set in stone, so at some point there 
could be 256 bit support, or maybe more likely efficient fixed-bits at 
arbitrary length. Due to that, I am partial to `int128`.
   
   My question is what we gain from a `longlong`/`int128`-type? It is very 
different from atomic numeric types, so it seems like it will require a lot of 
implementation and maintenance effort to support Solr functions?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to