ikorennoy / jasyncfio

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

Fix wiki main page documentation #65

Closed sourabhkashyap95 closed 1 year ago

sourabhkashyap95 commented 1 year ago

Wiki documentation main page states Jasyncfio similar to Java NIO API, but comes in two kinds:

BufferedFile - similar to Java NIO API, but asynchronous. Regular file backed by operation system page cache DmaFile - O_DIRECT file asynchronous API

BufferedFile has been renamed to AsyncFile.

ikorennoy commented 1 year ago

@sourabhkashyap95, Hello!

I appreciate your help. The page has been fixed.