--- CBOR-XS/XS.pm 2018/11/15 19:52:41 1.67 +++ 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.