Skip to content

Conversation

@fhinkel
Copy link
Member

@fhinkelfhinkel commented Dec 12, 2016

Affected core subsystem(s)

JS VM Api

Description of change

In V8, strings are utf16. Would it make sense to have a napi_get_string_utf16? Or is conversion to utf8 a performance hit we don't mind?

@fhinkelfhinkel mentioned this pull request Dec 12, 2016
2 tasks
@bnoordhuis
Copy link
Member

Sounds sensible to me. ChakraCore, JavaScriptCore and Spidermonkey all seem to support it and at least in Spidermonkey it's the canonical (i.e. fast) representation.

mhdawson

This comment was marked as off-topic.

@aruneshchandraaruneshchandra merged commit d21d475 into nodejs:api-prototype-6.2.0Jan 11, 2017
jasongin pushed a commit to jasongin/abi-stable-node that referenced this pull request Jan 26, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@fhinkel@bnoordhuis@mhdawson@aruneshchandra