jpml
jpml copied to clipboard
Java pattern matching library
It may be a required optimization to cache results of those method calls which analyze classes for containment of nodes like annotated fields and methods like `DeconstructPattern#takeExtractMethods(V value)`. Guava Cache...
Use API provided by `java.lang.invoke` instead of access via reflection in order to improve efficency. As an example you can look on [this](https://github.com/JarvisCraft/padla/tree/reflector-wrappers/reflector/src/main/java/ru/progrm_jarvis/reflector/invoke) library of mine (also, feel free to...