Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for complex numbers #45

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BambOoxX
Copy link

@BambOoxX BambOoxX commented May 26, 2021

I know that the MsgPack specification does not support this out of the box, it is rather a proposal than a finalized solution.
Also it may be preferable to do this using a true extension type, rather than simply taking some magic bytes as I did.

- Support for `ComplexF32` (magic byte `0x28`) and `ComplexF64` (magic byte `0x29`)
- Solves JuliaIO#44
- Tested on scalars and vectors
@BambOoxX BambOoxX marked this pull request as draft June 2, 2021 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant