rmuir opened a new pull request, #14939: URL: https://github.com/apache/lucene/pull/14939
slow vector features: operations that might be slow on particular hardware. For now the list is `fma`, `compress`, and `expand`. unchecked: not guarded by a `if (Constants.HAS_XXX)` for use of the potentially slow features. check is not perfect, because i'm tired. I implemented some of the chasing (e.g. imports) just to make progress though. I don't want to overly restrict the idioms in use, but use of fancy java features in the vectorization code such as `var` and `import static` equate to more work, if we want to avoid false positives. I imagine this thing might graduate from incubating at some point, so it'd be nice to run it across all the code without annoying people. -- 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