0.2
- basic optimize
- tcp client reconnect(think about using a queue)
- samples(key/value store server)
- UnitTest
- compress
- modify the echo sample
- XML Config parse
- remove EventLoop's TimerQueue
- complete StringSlice
- VectorMap
- Delete/Add queue
- format and logger optimize
- remove RefPtr and using shared_ptr/weak_ptr
- command flags
0.1
- logger
- remove writev version
- unordered_list
- buffer
- reactor
- message queue(1:1)
- message queue(m:n)
- timer
- RefObject and RefPtr