ikorennoy / jasyncfio

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

Fix wiki main page documentation #65

Closed sourabhkashyap95 closed 2 years ago

sourabhkashyap95 commented 2 years 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 2 years ago

@sourabhkashyap95, Hello!

I appreciate your help. The page has been fixed.