ikorennoy / jasyncfio

Java asynchronous file I/O based on io_uring Linux interface
Apache License 2.0
72 stars 10 forks source link

Add documentation #33

Open ikorennoy opened 2 years ago

ikorennoy commented 2 years ago
  1. Description
  2. Simple howto
  3. Linux kernel requirements
  4. Brief explanation
  5. Buffered file examples (simple, registered buffers/files)
  6. I/O poll example
  7. SQ poll example
  8. Dma file examples (simple, registered buffers/files)
  9. benchmarks (with comparison to fio)
  10. known limitations