Skip to content

Instantly share code, notes, and snippets.

@ayende
Created December 4, 2019 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayende/38e4db26e37e19867102a98415d68331 to your computer and use it in GitHub Desktop.
Save ayende/38e4db26e37e19867102a98415d68331 to your computer and use it in GitHub Desktop.
if (p->bytes_used == 0) {
if (!_hash_table_overflow_merge(ctx, b, cur_piece_idx)) {
_hash_table_compact_pages(ctx, key, bucket_idx);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment