The current exporter implementation assumes, that spans are passed as a contiguous array. This might not be the case for spans stored in circular buffers (#52).
The exporter interface should be adapted to support exporting spans that aren't stored as a contiguous array.
The current exporter implementation assumes, that spans are passed as a contiguous array. This might not be the case for spans stored in circular buffers (#52).
The exporter interface should be adapted to support exporting spans that aren't stored as a contiguous array.