<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lockfree-table/main.cu, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.leanhe.dev/lockfree-table/atom/main.cu?h=master</id>
<link rel='self' href='https://git.leanhe.dev/lockfree-table/atom/main.cu?h=master'/>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/lockfree-table/'/>
<updated>2023-05-22T11:42:05Z</updated>
<entry>
<title>feat: Add skiplist header</title>
<updated>2023-05-22T11:42:05Z</updated>
<author>
<name>KunoiSayami</name>
<email>i@leanhe.dev</email>
</author>
<published>2023-05-22T11:42:05Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/lockfree-table/commit/?id=70af7c287739bc45089af9c36e6a41a2a317d61a'/>
<id>urn:sha1:70af7c287739bc45089af9c36e6a41a2a317d61a</id>
<content type='text'>
Signed-off-by: KunoiSayami &lt;i@leanhe.dev&gt;
</content>
</entry>
<entry>
<title></title>
<updated>2022-07-22T08:29:22Z</updated>
<author>
<name>KunoiSayami</name>
<email>i@leanhe.dev</email>
</author>
<published>2022-07-22T08:29:22Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/lockfree-table/commit/?id=3f1bd23b3432441dbaaa6499f084ffafb531ab06'/>
<id>urn:sha1:3f1bd23b3432441dbaaa6499f084ffafb531ab06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(script): Optimize cdf calculator</title>
<updated>2022-06-29T18:20:09Z</updated>
<author>
<name>KunoiSayami</name>
<email>i@leanhe.dev</email>
</author>
<published>2022-06-29T18:20:09Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/lockfree-table/commit/?id=0b2735596e8969c08797f18977c626f423b3ab6d'/>
<id>urn:sha1:0b2735596e8969c08797f18977c626f423b3ab6d</id>
<content type='text'>
Signed-off-by: KunoiSayami &lt;i@leanhe.dev&gt;
</content>
</entry>
<entry>
<title>feat(script): Finish experiment3</title>
<updated>2022-06-26T12:25:03Z</updated>
<author>
<name>KunoiSayami</name>
<email>i@leanhe.dev</email>
</author>
<published>2022-06-26T12:25:03Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/lockfree-table/commit/?id=79ce6a05c76962a900a20777a838892932aed81b'/>
<id>urn:sha1:79ce6a05c76962a900a20777a838892932aed81b</id>
<content type='text'>
Signed-off-by: KunoiSayami &lt;i@leanhe.dev&gt;
</content>
</entry>
<entry>
<title>fix: Fix spend time item not initialized</title>
<updated>2022-06-22T05:15:16Z</updated>
<author>
<name>KunoiSayami</name>
<email>i@leanhe.dev</email>
</author>
<published>2022-06-22T05:15:16Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/lockfree-table/commit/?id=167ab83b42809d59388c739390193cc6e7e3cbe0'/>
<id>urn:sha1:167ab83b42809d59388c739390193cc6e7e3cbe0</id>
<content type='text'>
Signed-off-by: KunoiSayami &lt;i@leanhe.dev&gt;
</content>
</entry>
<entry>
<title>feat(script): Optimize normal distribution generator</title>
<updated>2022-06-20T23:55:51Z</updated>
<author>
<name>KunoiSayami</name>
<email>i@leanhe.dev</email>
</author>
<published>2022-06-20T23:55:51Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/lockfree-table/commit/?id=985dfaf9f1b541b51e020561ccc9b91d9c982510'/>
<id>urn:sha1:985dfaf9f1b541b51e020561ccc9b91d9c982510</id>
<content type='text'>
* feat(script): Finish experiment 1 and 2

Signed-off-by: KunoiSayami &lt;i@leanhe.dev&gt;
</content>
</entry>
<entry>
<title>feat: Write search cost to file</title>
<updated>2022-06-19T14:01:41Z</updated>
<author>
<name>KunoiSayami</name>
<email>i@leanhe.dev</email>
</author>
<published>2022-06-19T14:01:41Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/lockfree-table/commit/?id=e0fa8c3a324f0b8b155058d4f05ea69a4df1f5bf'/>
<id>urn:sha1:e0fa8c3a324f0b8b155058d4f05ea69a4df1f5bf</id>
<content type='text'>
Signed-off-by: KunoiSayami &lt;i@leanhe.dev&gt;
</content>
</entry>
<entry>
<title>feat: Finish implement measure time function</title>
<updated>2022-06-16T16:29:54Z</updated>
<author>
<name>KunoiSayami</name>
<email>i@leanhe.dev</email>
</author>
<published>2022-06-16T16:29:54Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/lockfree-table/commit/?id=b642c58f9d8750804b95f6ab9ccbfbee1f5a671d'/>
<id>urn:sha1:b642c58f9d8750804b95f6ab9ccbfbee1f5a671d</id>
<content type='text'>
* feat: Add normal_distribution program

Signed-off-by: KunoiSayami &lt;i@leanhe.dev&gt;
</content>
</entry>
<entry>
<title>feat: Add MEASURE_ACCESS and MEASURE_TIME macro</title>
<updated>2022-06-15T13:55:43Z</updated>
<author>
<name>KunoiSayami</name>
<email>i@leanhe.dev</email>
</author>
<published>2022-06-15T13:55:30Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/lockfree-table/commit/?id=d3362a1d4c8af292365e16d466d3f57bb0af326f'/>
<id>urn:sha1:d3362a1d4c8af292365e16d466d3f57bb0af326f</id>
<content type='text'>
Signed-off-by: KunoiSayami &lt;i@leanhe.dev&gt;
</content>
</entry>
<entry>
<title>fix: Fix wrong level calc</title>
<updated>2022-06-13T16:07:34Z</updated>
<author>
<name>KunoiSayami</name>
<email>i@leanhe.dev</email>
</author>
<published>2022-06-13T16:07:34Z</published>
<link rel='alternate' type='text/html' href='https://git.leanhe.dev/lockfree-table/commit/?id=c5d52db9e4c3bda63a99958f387c29ffdad47971'/>
<id>urn:sha1:c5d52db9e4c3bda63a99958f387c29ffdad47971</id>
<content type='text'>
Signed-off-by: KunoiSayami &lt;i@leanhe.dev&gt;
</content>
</entry>
</feed>
