Closed iccir closed 1 year ago
Right now, all @implementation blocks are changed to an oj._registerClass call. I'm seeing a non-significant amount of time spent in _registerClass when profiling. I'm wondering if moving to some kind of static declaration would be better.
@implementation
oj._registerClass
No longer applicable due to #165
Right now, all
@implementation
blocks are changed to anoj._registerClass
call. I'm seeing a non-significant amount of time spent in _registerClass when profiling. I'm wondering if moving to some kind of static declaration would be better.