ctubbsii commented on PR #113: URL: https://github.com/apache/accumulo-access/pull/113#issuecomment-4058523005
Since memory is a concern for this change, it's probably better to abort this optimization attempt and leave it to the Predicate implementation to cache. The Predicate could be changed from String to CharSequence, so we're not forced to call toString to compare, and we can change CharsWrapper.set to package-private so it is effectively immutable outside our package. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
