--- CBOR-XS/XS.pm 2017/06/27 02:03:24 1.66 +++ CBOR-XS/XS.pm 2019/07/17 09:37:16 1.68 @@ -40,6 +40,9 @@ data later and speed is less important you might want to compare both formats first). +The primary goal of this module is to be I and the secondary goal +is to be I. To reach the latter goal it was written in C. + To give you a general idea about speed, with texts in the megabyte range, C usually encodes roughly twice as fast as L or L and decodes about 15%-30% faster than those. The shorter the @@ -54,9 +57,6 @@ (see C and C), string deduplication (see C) and scalar references (always enabled). -The primary goal of this module is to be I and the secondary goal -is to be I. To reach the latter goal it was written in C. - See MAPPING, below, on how CBOR::XS maps perl values to CBOR values and vice versa. @@ -66,7 +66,7 @@ use common::sense; -our $VERSION = 1.7; +our $VERSION = 1.71; our @ISA = qw(Exporter); our @EXPORT = qw(encode_cbor decode_cbor);