]> zoso.dev Git - buffer.git/commit
Optimize hexWrite with an array lookup table (#343)
authorChristopher Jeffrey (JJ) <chjjeffrey@gmail.com>
Thu, 1 Feb 2024 00:54:40 +0000 (19:54 -0500)
committerGitHub <noreply@github.com>
Thu, 1 Feb 2024 00:54:40 +0000 (11:54 +1100)
commit54885d45de7af1ed328b027f3123d7dd837e699f
tree5db241e330e2c6832abbd73bab89a3d81fe77432
parentcbd0cebd511cc51efe96d77c15a2a8c3a6eba3a7
Optimize hexWrite with an array lookup table (#343)

Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
index.js
package.json
perf/write-hex.js [new file with mode: 0644]
test/write-hex.js [new file with mode: 0644]