You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: