krareT / pub-task

Terark public developing
MIT License
3 stars 6 forks source link

terark-core: Implement a thread-cached mempool #25

Closed rockeet closed 5 years ago

rockeet commented 6 years ago

Priority: Low

  1. Same as existing mempool: memory is identified by offset.
  2. Interface should be same with existing mempool.
  3. Object layout should be consistent with existing mempool as MemPool_CompileX.
rockeet commented 5 years ago

Done