Class: Ferret::Store::RAMDirectory

Inherits:
Object
  • Object
show all
Defined in:
ext/isomorfeus_ferret_ext/frb_store.c

Overview

Memory resident Directory implementation. You should use a RAMDirectory during testing but otherwise you should stick with MDBXDirectory. While loading an index into memory may slightly speed things up, on most operating systems there won’t be much difference so it wouldn’t be worth your trouble.