rmuir commented on PR #14678:
URL: https://github.com/apache/lucene/pull/14678#issuecomment-2888550852

   git log tells the story. A quick summary:
   
   * conflicting use cases such as usages as a reference vs 
stringbuilder/string type uses
   * ownership issues and API problems resulting from that.
   
   The use-cases were torn apart and the code cleaned up and bytesrefbuilder 
made separate. we shouldn't go backwards.
   
   this is basically a reference class, intended to support pointing to byte[]s 
held elsewhere. like a pointer in c lol.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to