green_turtle icon indicating copy to clipboard operation
green_turtle copied to clipboard

some code

ToDoList:

0.2

  • [ ] basic optimize
  • [ ] tcp client reconnect(think about using a queue)
  • [ ] samples(key/value store server)
  • [ ] UnitTest
  • [ ] compress
  • [x] modify the echo sample
  • [x] XML Config parse
  • [x] remove EventLoop's TimerQueue
  • [x] complete StringSlice
  • [x] VectorMap
  • [x] Delete/Add queue
  • [x] format and logger optimize
  • [x] remove RefPtr and using shared_ptr/weak_ptr
  • [x] command flags

0.1

  • [x] logger
  • [x] remove writev version
  • [x] unordered_list
  • [x] buffer
  • [x] reactor
  • [x] message queue(1:1)
  • [x] message queue(m:n)
  • [x] timer
  • [x] RefObject and RefPtr