DiskTypeDef

template<size_t D, size_t orthope>
using DiskTypeDef = ValDiskTypeDef<D, orthope, default_val_t>

Type definitions for a Disk Index.

Index that loads all data from a file on startup and store it back to the file on shutdown. Expect it to consume as much RAM as the filesize.

Template Parameters:
  • D – number of dimensions

  • orthope – number of orthope dimensions