fs2-io_uring

they see me ringin'

APACHE-2.0 License

Stars
50
Committers
4

Bot releases are visible (Hide)

fs2-io_uring - v0.2.0 Latest Release

Published by armanbilge about 1 year ago

This is the second major release of fs2-io_uring. It now requires Linux kernel version 6.1 or greater which delivers far better performance (further reading in https://github.com/armanbilge/fs2-io_uring/issues/56). Besides that this release includes several other optimizations and fixes the only known bug (so far ;).

I'd also like to take this opportunity to announce that we have published a pre-release of fs2-io_uring targeting the JVM! Please give it a try; further details in https://github.com/armanbilge/fs2-io_uring/pull/78#issuecomment-1689082531.

Special thanks to @antoniojimeneznieto and @mox692 for joining the development team!

Breaking changes

Fixes

Optimizations

Infrastructure

Updates

New Contributors

Full Changelog: https://github.com/armanbilge/fs2-io_uring/compare/v0.1.0...v0.2.0

fs2-io_uring - v0.1.0

Published by armanbilge almost 2 years ago

This is the first release of fs2-io_uring, a library implementing FS2 I/O APIs for Scala Native via the io_uring Linux kernel system call interface. Currently implemented APIs are:

  • UringNetwork
  • UringSocketGroup
  • UringUnixSockets

Please see the README for more information and usage. Questions, issues, and contributions are very welcome!

Special thanks to @systemfw for sniping me 😜

What's Changed

New Contributors

Full Changelog: https://github.com/armanbilge/fs2-io_uring/commits/v0.1.0