AC-Yenta
view release on metacpan or search on metacpan
eg/yenta.conf view on Meta::CPAN
# enable debugging?
#debug ae
#debug map
#debug merkle
# ...
# maps
map testyfoo {
# name of the data file
dbfile /home/data/testyfoo.ydb
# how much history to keep
history 4
}
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 0.238 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )