Just a note that after my initial performance tests, I will NOT be
using on mising method for weaving AOP advises. I am a big advocate
of performance and the difference between using onMM vs generated
injections is significant. So WireBox will leverage the generation of
the methods instead of proxying them via onMM.
With the introduction of RAM filessystems, this becomes even nicer.
I was curious about this too and did some testing wondering if
ColdSpring would be faster writing to RAM rather than disk. My tests
were not formal but it seemed that using the RAM file system was
actually slower than using the disk.
intersting, that would be a choice for the developer to make then, to choose either physical system or ram system. But I will not be going the onMM route.