Naoaki Yamada
Results
2
issues of
Naoaki Yamada
This will Resolve #657 It limits internal buffer size when unpacking Array and Map. However, I think the default bufferSize of 8192 is too small. I changed the default buffer...
There is a problem of unexpectedly consuming a large amount of memory when unpacking huge Array and Map. For example, this code may causes an OutOfMemoryError. ```java public static void...