src/hb-cache-private.hh


Log

Author Commit Date CI Message
Behdad Esfahbod 46617a42 2012-06-09T01:18:58 Fix cache implementation
Behdad Esfahbod e4b6d503 2012-05-27T10:11:13 Don't use atomic ops in hb_cache_t We don't care about linearizability, so unprotected int read/write are enough, no need for expensive memory barriers. It's a cache, that's all.
Behdad Esfahbod 20fdb0f4 2012-05-17T22:04:45 Add a lock-free cache type for int->int functions To be used for cmap and advance caching if desired.