]> git.kaiwu.me - quickjs.git/commit
added string ropes for faster concatenation of long strings (issue #67)
authorFabrice Bellard <fabrice@bellard.org>
Tue, 25 Mar 2025 15:01:40 +0000 (16:01 +0100)
committerFabrice Bellard <fabrice@bellard.org>
Tue, 25 Mar 2025 15:01:40 +0000 (16:01 +0100)
commit156d981afeb07d7520ad75685e15b8dabd95f35a
treef7de0796d6df17ec8d8d12834dd0cce5d6c78892
parent372ad84e9a940b94678a3102d015d2f684dd9097
added string ropes for faster concatenation of long strings (issue #67)
quickjs.c
quickjs.h
tests/microbench.js
tests/test_builtin.js