Skip to content

Instantly share code, notes, and snippets.

@MrCroxx
Last active February 27, 2026 05:08
Show Gist options
  • Select an option

  • Save MrCroxx/413cedc1c4e816764b4591bc7f400723 to your computer and use it in GitHub Desktop.

Select an option

Save MrCroxx/413cedc1c4e816764b4591bc7f400723 to your computer and use it in GitHub Desktop.
Disk Cache Engine Addressing Pattern
Block-based (fd, offset, buffer)
Object-based (key, buffer)
Io Engine Compatible Devices Acceptable Addressing Pattern
Psync FS, File (fd, offset, buffer)
Uring FS, File (fd, offset, buffer)
OpenDAL (x, OpenDAL only) (key, buffer)
Device Acceptable Addressing Pattern
Fs (fd, offset, buffer), (key, buffer)
File (fd, offset, buffer)
OpenDAL (key, buffer)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment