Skip to content

adif 2.8.2 released

Latest
Compare
Choose a tag to compare
@kehengzhong kehengzhong released this 26 Jul 02:06
· 14 commits to main since this release
7cffe61

The new features added in this version are:

  1. Implementation of skiplist has been added.
  2. The functionality of SSL over TCP for secure connections and data reading and writing has been added.
  3. Memory management functionality has been added, which is based on large memory blocks to implement memory allocation and release of any size.
  4. Memory pool interface functionality has been added to various data structures.
  5. Multiple function bugs have been revised.

本版本新增的功能:

  1. 增加了跳表skiplist的实现;
  2. 增加了SSL over TCP实现安全连接和数据读写的功能;
  3. 增加了基于大内存块来实现任意大小内存分配释放的内存管理功能;
  4. 对各类数据结构增加了内存池接口功能;
  5. 修订了多个函数的Bug;