Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Revert "src/lstring.js: Freeze strings to catch accidental modification" | daurnimator | 2017-05-09 |
| | | | | | | This reverts commit 5cb00bbae4f1afb5cd476a637975dd9220898e15. It turns out that frozen objects are slower, see https://jsperf.com/object-freeze-performance | ||
* | Cache string hashes in TString | daurnimator | 2017-05-09 |
| | |||
* | Introduce a TString class | daurnimator | 2017-05-08 |
| | |||
* | src/lstring.js: Freeze strings to catch accidental modification | daurnimator | 2017-05-08 |
| | |||
* | Move string functions to centralised lstring.js | daurnimator | 2017-05-08 |