MinatoWu opened a new pull request, #837:
URL: https://github.com/apache/incubator-seata-go/pull/837

   <!--  Thanks for sending a pull request! 
   -->
   
   **What this PR does**:
   Modified two buildlockkeys    O (N×K) time complexity
   **Which issue(s) this PR fixes**:
   <!--
   baseExecutor :buildLockkey :O(N×M×K)-> O(N×K);
   BasicUndoLogBuilder :buildLockkey2 :O (N×M) -> O(N×K);
   increase readability, improve unit testing
   -->
   Fixes #829 
   about :https://github.com/apache/incubator-seata-go/pull/714
   
   ```release-note
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org
For additional commands, e-mail: notifications-h...@seata.apache.org

Reply via email to