Skip to content

v1.1.0

Compare
Choose a tag to compare
@Gooddbird Gooddbird released this 20 Aug 08:40
· 65 commits to main since this release
9b646f0

It is a larger version update from v1.0.0 to stable v1.1.0, beacuse I just have refactor tinyrpc to m:n coroutine model, so thrat is qps improve to 14w+.
This is some feature of:

  1. refactor m:n coroutine, improve qps to 14w+
  2. refactor corroutine, support multi-threaded alternate scheduling of coroutines
  3. fix bug that AsyncLogger coredump when vector overflow
  4. fix bug that TcpConnection Construct function export this pointer cause coredump
  5. update README to help reader understand

In a word, tinyrpc becomes more efficient and powerful