theweipeng opened a new pull request, #2083: URL: https://github.com/apache/fury/pull/2083
## What does this PR do? The PR (https://github.com/nodejs/node/commit/6cb0690fccd6ed902f785edd1ae5b55855035998) for string detection committed in the node repository is merged. Now we can speed up string processing without hps module. There are now three ways of string serialization, the first is with hps module which has super high performance; the second is for higher versions of nodejs which can detect string encoding at zero cost; the third is the normal way which is used for lower version of nodejs and browser env. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
