|
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 ? |
Answered by
agordon
Nov 22, 2021
Replies: 3 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? |
1 reply
Answer selected by
therealgymmy
|
CacheLib APIs rely on RAII semantics for the ItemHandle. This might be a big source of hurdle for building an efficient C wrapper. |
0 replies
|
Closing this discussion as it has been inactive. If this is still relevant, then please create a new discussion post and we will get back to you as soon as we can. Thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?