ikorennoy / jasyncfio

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

Panama version #75

Closed JohannesLichtenberger closed 1 year ago

JohannesLichtenberger commented 1 year ago

Do you plan a version based on the FFM API (should be faster): https://youtu.be/8sFt1_7RxGk

ikorennoy commented 1 year ago

@JohannesLichtenberger

Yes, I will support the new API because it's faster and more important it's harder to make a mistake with it. But I'll do it no earlier than the API will be in the LTS release.

adamretter commented 1 year ago

So I believe that will be Java 21 LTS which has a proposed ETA of September 2023.

ikorennoy commented 1 year ago

@adamretter, that's right.