fastjson application termination takes too much time

e5njpo68  于 2021-11-27  发布在  Java
关注(0)|答案(1)|浏览(242)

when i use plain Object and just create it at constructor, application take 19sec to execute. When i replace Object with JSONObject and create it at constructor (just new), applications take more than 40 sec to execute. Why? In both cases it's just new object without any data. Why so huge difference? +30 second at least

相关问题