docs/_docs/26-fasterkv-samples.md
Memory<byte> and more generally Memory<T> where T : unmanaged as key/value/input types. We also
support a predefined type called SpanByte. See the sample
here for details on these capabilities. Both of these represent inlined variable-length
keys and values without a separate object-log on disk, and are a high-performance alternative to the standard C# class type support using a separate object-log.