msgpack: improve module with some follow up PRs
Open
- Dominant language
- TypeScript
- Stars
- 3.6k
- Forks
- 681
- PR merge metrics
- No merged PRs in 30d
Description
Copying some ideas from https://github.com/denoland/deno_std/pull/3460 so that they don't get lost.
- [ ] Extension support - https://github.com/msgpack/msgpack/blob/master/spec.md#extension-types
- Would probably want to include the "timestamp" extension in this PR? I'm not sure
- [ ] `encodeInto` API. What are the semantics for this? - suggested by Aapo in https://github.com/denoland/deno_std/pull/3460#pullrequestreview-1503667863
- [ ] More options - see https://github.com/denoland/deno_std/pull/3460#issuecomment-1611845455
- [ ] Performance optimization
Contributor guide
Assessment
This issue has not been assessed yet.