Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cwida/ALP
/ MemcmpFixed
Function
MemcmpFixed
publication/source_code/include/duckdb/fast_mem.hpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
template <size_t SIZE>
12
static inline int MemcmpFixed(const void* str1, const void* str2) {
13
return memcmp(str1, str2, SIZE);
14
}
15
16
namespace alp_bench {
17
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected