-
Notifications
You must be signed in to change notification settings - Fork 114
Presentation: Jackson Performance
Although Jackson JSON Processor is fast right out-of-the-box, with default settings and common usage patterns, there are ways to make it process things even faster. This presentation looks at couple of things you can use that can make a big difference in performance, for cases where every last drop of CPU power is needed.
(note: this section is inspired by Jackson Performance: best practices Wiki page at FasterXML Jackson Wiki
There is a small number of basic ground rules to follow, to ensure that Jackson processes things at optimal level. These are things that you should "do anyway", even if you do not have actual performance problems: think of them as an interpretation of the "Boy Scout Rule" ("Always leave the campground cleaner than you found it").