Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 305 Bytes

File metadata and controls

9 lines (6 loc) · 305 Bytes

shmcache

re-write libshmcache for practice. The data structure is quite different from libshmcache, see the pdf for more info.

TODO

  1. replace mutex with rwlock?
  2. move read_date() out of the lock and add check algo(crc32?) to ensure that the data is complete?
  3. add compress algorithm for value?