tempest-io 0.0.1

TempestDB I/O Layer
Documentation

Async I/O abstraction for Tempest's tick-based event loop.

Provides two backends:

  • [LinuxIo] - backed by io_uring, for production use.
  • [VirtualIo] - in-memory, for testing and DST.