keith-turner commented on issue #56: URL: https://github.com/apache/accumulo-access/issues/56#issuecomment-1945117107
This is the [code](https://github.com/apache/accumulo-access/blob/009246e93aaa91dc4ce0b2a35ae8f14ddf04e210/src/main/java/org/apache/accumulo/access/AccessEvaluatorImpl.java#L198-L211) the does the evaluation. It seems like it could be decomposed, would lose the reuse of the thread local. That code used to be a stream instead of a for loop, but we discovered that creating a stream for evaluating each access expression was cause a huge performance hit when benchmarking. -- 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]
