Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@beef9999 beef9999 released this 22 Apr 06:33
· 16 commits to release/0.9 since this release

What's Changed

Task scheduling:

Event-driven I/O:

Networking:

Miscellaneous:

  • a new portable implementation of CRC32C and CRC64-ECMA for x86-64 and AArch64, using SSE/AVX/NEON instructions @lihuiba
  • Add moveout feature for ObjectCache by @Coldwings in #630
  • Add install option for cmake by @rainhard in #622
  • Add build deps in CI baseimg by @Coldwings in #693
  • fast case conversion and case-insensitive comparison by @lihuiba @HanLee13
  • unordered_inline_set (hash table) by @lihuiba in #546
  • log2_truncate(), log2_round(), log2_round_up(), round_up_to_exp2() by @lihuiba in #570
  • stackful-coroutine-made-fast.html by @lihuiba in #599
  • fix typo in write-first-example by @yanghao in #724
  • fix -Wvla-cxx-extension errors by @tzcnt in #749

Ecosystem:

New Contributors

Full Changelog: v0.8.1...v0.9.0