WIP: implement the splay-list algorithm #2

Draft
greg wants to merge 11 commits from gburd/splay-list into main
Owner
No description provided.
greg added 1 commit 2024-04-08 15:24:08 +00:00
greg force-pushed gburd/splay-list from 32d06df14e to a709e68037 2024-05-25 01:39:21 +00:00 Compare
greg added 1 commit 2024-05-25 02:11:07 +00:00
greg added 1 commit 2024-05-25 02:56:09 +00:00
greg added 1 commit 2024-05-26 01:34:48 +00:00
greg added 1 commit 2024-05-27 01:37:22 +00:00
greg added 1 commit 2024-05-28 15:05:43 +00:00
greg added 2 commits 2024-05-28 19:09:09 +00:00
greg added 1 commit 2024-05-29 02:46:53 +00:00
greg added 1 commit 2024-05-29 03:13:02 +00:00
greg added 1 commit 2024-05-29 19:26:47 +00:00
greg added 1 commit 2024-05-29 19:42:55 +00:00
This pull request is marked as a work in progress.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin gburd/splay-list:gburd/splay-list
git checkout gburd/splay-list

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff gburd/splay-list
git checkout main
git merge --ff-only gburd/splay-list
git checkout gburd/splay-list
git rebase main
git checkout main
git merge --no-ff gburd/splay-list
git checkout main
git merge --squash gburd/splay-list
git checkout main
git merge --ff-only gburd/splay-list
git checkout main
git merge gburd/splay-list
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: greg/skiplist#2
No description provided.