You are browsing as a guest. Sign up (or log in) to start making projects!

33m 3s logged

I made position diffing aware of insertions and deletions, so that output is less bloated with useless move info such as 0->1, 1->2, etc.

I also did some optimization by using database transactions wherever possible. I can’t do it in the main sync body because it is bounded to its own coroutine scope.

0
11

Comments 0

No comments yet. Be the first!