al8n / caches-rs

This is a Rust implementation for popular caches (support no_std).
104 stars 14 forks source link

Support for LHD implementation #4

Closed palashahuja closed 2 years ago

palashahuja commented 2 years ago

We could plan to support the LHD Cache implementation from this paper - LHD Paper. It seems promising!

C++ Reference Source Code