tjjfvi / subshape

composable shapes for cohesive code
Apache License 2.0
60 stars 5 forks source link

feat: add `$.hex` codec #154

Closed tjjfvi closed 1 year ago

tjjfvi commented 1 year ago

Resolves #151

I optimized the hex encode/decode functions from capi; encode is now about 5x as fast, and decode is about 15x as fast.