Packages

Persistent ETS tables backed by DETS — fast in-memory access with automatic disk persistence for the BEAM

Current section

Files

Jump to
shelf include shelf@duplicate_bag_PDuplicateBag.hrl
Raw

include/shelf@duplicate_bag_PDuplicateBag.hrl

-record(p_duplicate_bag, {
ets :: shelf@internal:ets_ref(),
dets :: shelf@internal:dets_ref(),
guardian :: shelf@internal:guardian_ref(),
write_mode :: shelf:write_mode(),
entry_decoder :: gleam@dynamic@decode:decoder({any(), any()})
}).