in reply to Re^2: Shouldn't JSON be faster?
in thread Shouldn't JSON be faster?

OO uses methods instead of straight subs/functions and they (in the past at least) introduce an overhead of like 30%. OO is fantastic where appropriate but for stuff like this I think the functional interface is better.