mirror of
https://github.com/nodejs/node.git
synced 2024-11-29 15:06:33 +01:00
Cross-platform JavaScript runtime environment
https://nodejs.org/
91bd3124ad
Encoding UTF-16 (the native string representation) to UTF-8 is rather expensive, however just chopping off the second bit to convert UTF-16 to ASCII is rather fast. I've noticed major performance issues with String::WriteUtf8 and thus I'm going to explicitly separate in the API. Still need interfaces to this for the web server. |
||
---|---|---|
deps | ||
src | ||
test | ||
.gitignore | ||
.gitmodules | ||
configure | ||
js2c.py | ||
jsmin.py | ||
node.html | ||
test_http.js | ||
test-http_simple.js | ||
waf | ||
wscript |