Gemstone.IO.Collections Namespace

[Missing <summary> documentation for "N:Gemstone.IO.Collections"]

Classes

FileBackedDictionaryTKey, TValue Represents a lookup table of key/value pairs backed by a file, with very little memory overhead.
FileBackedHashSetT Represents a lookup table backed by a file, with very little memory overhead.
RollingWindowT Represents a rolling window of data with FIFO semantics that will automatically truncate the data when the window size is exceeded.