Cheng Zhongliang Unicorn Versions Save

Simple I/O event notification library wirtten in Golang

v1.2.5

6 months ago

Features

  • Support Unix

Changes

  • Remove signal event
  • Use 4 heap instead of 2 heap
  • Change expose API
  • Degrade go mod version

Bugfixes

  • None

v1.2.3

9 months ago

Features

Changes

  • Remove useless comments
  • Add more tests
  • Update readme
  • More error info

Bugfixes

  • Fixed timeout event not trigger
  • Fixed syscall.EPOLLET negative on some arcs
  • Fixed event heap index uncorrect
  • Fixed fd leak

v1.2.1

9 months ago

Features

  • Support timout event
  • Implement efficient ticker

Changes

  • Use list and heap to improve performance
  • Add examples and more tests

Bugfixes

  • Fixed some bugs, but introduced more bugs 😅

v1.0.0

1 year ago

Fast I/O event notification library has finally come to Golang