Pinned
1,375 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 63 commits in 10 repositories
Created 1 repository
- lpinca/simdutf C++
Created a pull request in simdutf/simdutf that received 10 comments
Skip ASCII check until the non ASCII byte is found
If the 8 + 8 bytes ASCII check is unsuccessful, then there is no reason to repeat it until the non-ASCII byte is found.
+7
−4
•
10
comments
Opened 13 other pull requests in 5 repositories
nodejs/node
4
closed
1
open
simdutf/simdutf
4
merged
websockets/ws
2
merged
MONEI/Shopify-api-node
1
merged
websockets/utf-8-validate
1
open
Reviewed 47 pull requests in 6 repositories
nodejs/node
40 pull requests
- util: simplify util.toUSVString
- meta: add mailmap entry for branisha
- deps: upgrade npm to 7.21.1
- doc: add Mesteery to triagers
- events: fix duplicate require which cause performance penalty
- util: expose toUSVString
- doc: update maintaining openssl guide
- meta: update AUTHORS
- meta: update .mailmap to remove duplicate AUTHORS entry for addaleax
- doc: document JavaScript tool for benchmark comparison
- build: preserves symbols during LTO with macOS linker
- build: set valid update authors committer
- [v14.x] deps: upgrade npm to 6.14.15
- doc: improve description of the triagers team
-
lib: avoid creating a throw away object in
validateObject - console: use validators for consistency
- deps: upgrade npm to 7.21.0
- fs: combine require() and destructure
- deps,src: use SIMD for normal base64 encoding
- src: remove extra semicolons outside fns
-
lib: use
validateArray - url: fix performance regression
- doc: add himadriganguly as a triager
- doc: fix typo in hmac.paramNames default
- events: allow dispatch many times without listener
- Some pull request reviews not shown.
websockets/ws
3 pull requests
DefinitelyTyped/DefinitelyTyped
1 pull request
MONEI/Shopify-api-node
1 pull request
unshiftio/url-parse
1 pull request
websockets/wscat
1 pull request
Created an issue in nodejs/node-addon-api that received 5 comments
Clarify compatibility with unsupported Node.js versions
The documentation states that "the oldest Node.js version supported by the current version of node-addon-api (4.0.0) is Node.js 12.x".
Specifically…
5
comments