Commit Graph

7 Commits

Author SHA1 Message Date
HK40404
04d118c80c bugfix: Runtime error will happen in RemoveAllByVal() if iter.remove() removes quicklist's last page (it happens when last page has only one item) and the quicklist is not empty. In this case, iter.atEnd() will be false, which will cause a nil pointer dereference.
Solution: If iter.remove() remove last item, let it meet iter.atEnd().
2023-08-21 19:34:14 +08:00
finley
e6d958716d quick list 2022-07-31 02:07:45 +08:00
Yejun_Peng
a4cfd87a44 optimize logic of linkedlist 2021-07-06 19:51:23 +08:00
hdt3213
67c385ee4a support multi transaction 2021-06-15 01:03:13 +08:00
hdt3213
97d7b84276 go lint 2021-05-13 08:56:07 +08:00
hdt3213
55ada39252 add go reference 2021-05-11 22:48:06 +08:00
hdt3213
f29298cc68 refactor project structure 2021-05-02 14:54:42 +08:00