The new features added in this version are:
- Implementation of skiplist has been added.
 - The functionality of SSL over TCP for secure connections and data reading and writing has been added.
 - Memory management functionality has been added, which is based on large memory blocks to implement memory allocation and release of any size.
 - Memory pool interface functionality has been added to various data structures.
 - Multiple function bugs have been revised.
 
本版本新增的功能:
- 增加了跳表skiplist的实现;
 - 增加了SSL over TCP实现安全连接和数据读写的功能;
 - 增加了基于大内存块来实现任意大小内存分配释放的内存管理功能;
 - 对各类数据结构增加了内存池接口功能;
 - 修订了多个函数的Bug;