You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this test, `Boon` has performance slightly exceeding standard Jackson (and only slightly
164
-
below `jackson-jr`); GSON coming in relatively close, and other options being significantly
165
-
slower.
166
-
167
-
Boon seems to specifically optimized for the combination of "untyped" (Lists, Maps) result, and use of `String` as input. In fact, with bigger input size, `Boon` is the fastest library.
0 commit comments