Group
Extension

Matches 3

Sereal-Merger ( I/IK/IKRUGLOV/Sereal-Merger-0.001.tar.gz, IKRUGLOV, 2015; MetaCPAN )
Sereal-Merger/srl_common.h ( view source; MetaCPAN )
#ifndef SRL_COMMON_H_
#define SRL_COMMON_H_

#include "srl_inline.h"

/* inspired by JSON::XS code */
#if __GNUC__ >= 3
# define expect(expr,value) __builtin_expect((expr), (value))
#else
# define exp
Sereal-Merger ( I/IK/IKRUGLOV/Sereal-Merger-0.001.tar.gz, IKRUGLOV, 2015; MetaCPAN )
Sereal-Merger/lib/Sereal/Merger.pm ( view source; MetaCPAN )
y
it under the same terms as Perl itself.

Except portions taken from Marc Lehmann's code for the JSON::XS
module, which is licensed under the same terms as this module.

Also except the code for Snap
Sereal-Merger ( I/IK/IKRUGLOV/Sereal-Merger-0.001.tar.gz, IKRUGLOV, 2015; MetaCPAN )
Sereal-Merger/author_tools/bench.pl ( view source; MetaCPAN )
$jsonxs, $msgpack, $dd_noindent, $dd_indent, $cbor
);
my $storable_tag= "strbl";
my $sereal_tag= "srl";
my %meta = (
    jxs => {
        enc  => '$::jsonxs->encode($data);',
        dec  => '$::jsonx
);',
        name => 'JSON::XS OO',
        init => sub {
            $jsonxs = JSON::XS->new()->allow_nonref();
        },
        use => 'use JSON::XS qw(decode_json encode_json);',
    },
    ddl =
. $x;
                },
            }
        );
    }

    my %names = (
        "JSON::XS"                => 'json xs',
        "Data::Dumper::Limited"   => 'ddl',
        "Data::MessagePack"      

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.