Skip to content

v0.1.0-rc.3 uring!

Pre-release
Pre-release
Compare
Choose a tag to compare
@Icelk Icelk released this 30 Mar 12:50
· 40 commits to main since this release
  • Add support for Linux's uring interface, for more performant IO (both file system and network). Since Kvarn is a webserver which serves files, IO is critical.

You have to download the moella-linux-uring binary and have a recent kernel (>5.10 I think) to use it!

  • Performance optimizations
    • Don't allocate most strings
    • Use a better cache
    • HEAD method doesn't send body (a but that crept in during the last year...)
  • Updated deps

Kvarn Changelog: Icelk/kvarn@6f4e307...eb4be3c
Full Changelog: v0.1.0-rc.2...v0.1.0-rc.3