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

New Perl CBOR modules: CBOR::Free and CBOR::PP #50

Closed
FGasper opened this issue May 10, 2019 · 1 comment
Closed

New Perl CBOR modules: CBOR::Free and CBOR::PP #50

FGasper opened this issue May 10, 2019 · 1 comment

Comments

@FGasper
Copy link
Contributor

FGasper commented May 10, 2019

Hello,

I’ve written a two new Perl CBOR implementations:
https://metacpan.org/pod/CBOR::Free
https://metacpan.org/pod/CBOR::PP

CBOR::Free is in XS. It’s a bit more restricted in scope relative to CBOR::XS, but it’s got a more permissive license and (unlike CBOR::XS) supports newer Perl versions.

It’s also, in my benchmarks, faster yet than CBOR::XS. :)

CBOR::PP was my first attempt at a CBOR library. I’m releasing it in case it’s of use to someone but anticipate that CBOR::Free will be what pretty much anyone prefers to use.

@FGasper FGasper changed the title New Perl CBOR module: CBOR::Free New Perl CBOR modules: CBOR::Free and CBOR::PP May 11, 2019
FGasper added a commit to FGasper/cbor.github.io that referenced this issue May 11, 2019
@cabo
Copy link
Contributor

cabo commented Jul 5, 2019

I think I can close this now? Please check and suggest possible changes. Thank you for the pointer!

@cabo cabo closed this as completed Jul 5, 2019
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

No branches or pull requests

2 participants