ObjStore-REP-HashRecord
view release on metacpan or search on metacpan
}
4. A XS file needs to implement the default 'new' method. It should
look something like below. You might name it 'allocate' instead.
void
new(CSV, seg)
SV *CSV;
SV *seg;
PPCODE:
os_segment *area = osp_thr::sv_2segment(seg);
PUTBACK;
OSSVPV *pv;
NEW_OS_OBJECT(pv, area, Zot_Impl1::get_os_typespec(), Zot_Impl1);
pv->bless(CSV);
return;
5. You need a schema file:
( run in 0.857 second using v1.01-cache-2.11-cpan-5511b514fd6 )