Hiperspace.Heap

Hiperspace.Heap is a Hiperspace driver that uses the net. heap for storage, that may not sound particularly useful given that the purpose of Hiperspace is to access objects too large to fit in the heap, but is useful for some scenarios:

  • Functional testing of models, especially in unit-test cases where it is undesirable to write durable objects
  • As a backing store for a SessionSpace that includes a small number of changes

It was created for testing Hiperspace object serialization, and is 100% compatible with Hiperspace.Rocks that uses the highly scalable RocksDB for Exabyte scale durable Hiperspaces

Copyright © Cepheis 2024