Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | performance: stub getEntries* | bptato | 2025-02-20 | 1 | -0/+12 |
| | |||||
* | fromjs, javascript: optimize out class name registry | bptato | 2025-02-19 | 1 | -2/+1 |
| | | | | | | | | Instead of hashing the class name for isInstanceOf, we now just reuse the Nim type pointer -> JSClassID map, which should be more efficient. This removes getClass and hasClass; these can be replaced by just reusing the class ID returned from registerType. | ||||
* | Add performance module | bptato | 2025-01-09 | 1 | -0/+29 |
Just to replace what QJS-NG has, because I don't want to expose a nanosecond precision clock. |