byte-buddy
byte-buddy copied to clipboard
Bytebuddy occupies too much memory
I need interface staking, so I need to generate a Type description for each object, but there will be a lot of ByteBuddy objects during the bytecode conversion, and I want to use a way to make staking slow, but with a lower memory consumption, which exists, To avoid oom problems when memory is small
Are you caching these objects? A JIT should erase most allocations in BB anyways, I have not heard this to be a problem before.