byte-buddy icon indicating copy to clipboard operation
byte-buddy copied to clipboard

Bytebuddy occupies too much memory

Open 1057105012 opened this issue 3 years ago • 1 comments

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

1057105012 avatar Apr 24 '22 09:04 1057105012

Are you caching these objects? A JIT should erase most allocations in BB anyways, I have not heard this to be a problem before.

raphw avatar Apr 24 '22 11:04 raphw