NAME
App::CriticDB::DB::Index::Set - Store sets associated with names
VERSION
Version 0.0.3
SYNOPSIS
use App::CriticDB::DB::Index;
my $idx=App::CriticDB::DB::Index->new(
values=>'set',
);
$idx->add('A','one');
$idx->add('A','two');
$idx->add('B','two');
...;
DESCRIPTION
Named sets can be stored, supporting faster retrieval of associated records. The construction is effectively a hash, ie a regular database index.
AUTHORS
Brian Blackmore (brian@mediaalpha.com).
COPYRIGHT
Copyright (c) 2025--2035, MediaAlpha.com.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License Version 3 as published by the Free Software Foundation.