I’ve implemented function call interception in `dy...
# random
o
I’ve implemented function call interception in
dynatic
, adding JMH benchmarks. For now it’s 6x faster than naive Proxy variant. I also going to do an optimization to avoid newInstance reflection call.