-
For integration with a benchmark, a C wrapper is needed for the CacheLib APIs. Is there any existing C wrapper for CacheLib that I refer to ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello @guptask , Currently there is no C wrapper, but since we are working on wrappers for other programming languages, let me see if I can come up with some ad-hoc C solution. Can you describe a bit more the benchmark you are trying to integrate? |
Beta Was this translation helpful? Give feedback.
-
CacheLib APIs rely on RAII semantics for the ItemHandle. This might be a big source of hurdle for building an efficient C wrapper. |
Beta Was this translation helpful? Give feedback.
Hello @guptask ,
Currently there is no C wrapper, but since we are working on wrappers for other programming languages, let me see if I can come up with some ad-hoc C solution. Can you describe a bit more the benchmark you are trying to integrate?
Which functionality of CacheLib are you interested in?