From d01ba96eb4ae147159f15d5f3cdb076fc60483e4 Mon Sep 17 00:00:00 2001 From: KunoiSayami Date: Mon, 29 May 2023 22:45:41 +0800 Subject: feat(exp): Add expt_0529 Signed-off-by: KunoiSayami --- expt_0525.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'expt_0525.cu') 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) { -- cgit v1.3.1