Samy Al Bahra
|
73531e9e48
|
ck_hs: Add ck_hs_reset_size operation.
The ck_hs_reset_size operation takes an additional argument
that allows the user to specify the size of the new generation
of the hashset.
|
12 years ago |
Samy Al Bahra
|
e827557ee9
|
ck_hs: Whitespace change.
|
12 years ago |
Samy Al Bahra
|
33a9222923
|
legal: Update Copyright statements.
|
12 years ago |
Samy Al Bahra
|
690782aa67
|
ck_hs: Add hash function wrapper to maintain opacity of ck_hs_t.
This is in the form of CK_HS_HASH(X, Y, Z) which expands to
Y(Z, X.seed).
|
12 years ago |
Samy Al Bahra
|
ece2895e9e
|
ck_hs: Drop ck_hs_hash_t abstraction.
No need for opaque type anymore.
|
12 years ago |
Samy Al Bahra
|
0f5e540afa
|
ck_hs: Lock-free set loosely modeled after ck_ht.
Currently only SPMC, but MPMC transformation is relatively trivial.
Documentation will come in a follow-up commit.
|
12 years ago |