I am happy to announce v2 of my MMIO library for K...
# feed
a
I am happy to announce v2 of my MMIO library for Kotlin Multiplatform! 🙂 It now supports JVM and Android JVM too and is built against Kotlin 2.3. If you want to handle large files and need random access IO, this library is for you. It also comes with kotlinx.io integration. https://github.com/karmakrafts/kmmio
🙌 2
🎉 5
a
Nicely done an good to see libraries like this. I'm hoping to implement or find a good library for implementing ropes in kotlin and thinking combining it with something like this for manipulating very large text files would be perfect.
1
a
That sounds like an excellent use for this library! ^^
p
Looks good 👍🏻 improving the readme will help. What is exactly mmio and more usage code snippets
👍 3
a
Will do ^^
❤️ 1
a
Yes I started digging around for a simple use and I think I understand it but a little doc and simple example would be helpful. Happy to support once I get something going too of course.