diff options
| author | KunoiSayami <[email protected]> | 2023-05-29 22:45:41 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2023-05-29 22:45:41 +0800 |
| commit | d01ba96eb4ae147159f15d5f3cdb076fc60483e4 (patch) | |
| tree | 52108e4a46d268d45f6d58e3e70dcd32738c4304 /expt_0525.cu | |
| parent | 00543577ea9d59d1bf73837f26d16f41ef67724d (diff) | |
feat(exp): Add expt_0529
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to 'expt_0525.cu')
| -rw-r--r-- | expt_0525.cu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/expt_0525.cu b/expt_0525.cu index 36c8df6..8e803e0 100644 --- a/expt_0525.cu +++ b/expt_0525.cu @@ -264,7 +264,7 @@ class LockFreeSkipList { public: Node *head = nullptr; - Node *tail; + Node *tail = nullptr; LockFreeSkipList(key_type *_sample, size_t sample_length, double scale_size) : sampleLength(sample_length), customSort(sample_length, sizeof(key_type) * 8), scaleSize(scale_size) { |
