]> git.sesse.net Git - remoteglot-book/blob - hash.h
Partition the SSTable; somewhat less efficient space-wise, it seems, but we avoid...
[remoteglot-book] / hash.h
1 #ifndef _HASH_H
2 #define _HASH_H 1
3
4 int hash_key_to_bucket(const char* s, size_t len, int num_buckets);
5
6 #endif  // !defined(_HASH_H)