AC-Yenta

 view release on metacpan or  search on metacpan

lib/AC/Yenta/Store/Tokyo.pm  view on Meta::CPAN

# Author: Jeff Weisberg
# Created: 2009-Mar-30 18:39 (EDT)
# Function: interface with Tokyo cabinet
#
# $Id$

package AC::Yenta::Store::Tokyo;
use AC::Yenta::Debug 'tokyo';
use strict;

# does not work on sparc (tests sigbus)
# new version does not compile with gcc 3.4.3
#
# faster average performance than BDB
# worse worst-case performance than BDB

BEGIN {
    # only if we have it (not on sparc)
    eval {
        require TokyoCabinet;



( run in 1.980 second using v1.01-cache-2.11-cpan-5b529ec07f3 )