musictheory / NilScript

Objective-C-style language superset of JavaScript with a tiny, simple runtime
Other
50 stars 5 forks source link

Investigate performance issues related to _registerClass #86

Closed iccir closed 1 year ago

iccir commented 8 years 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.

iccir commented 1 year ago

No longer applicable due to #165