You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/09/21 03:55:11 UTC

[GitHub] [incubator-nuttx] a-lunev opened a new pull request #4579: net/devif/devif_callback.c: made the connection event list doubly linked

a-lunev opened a new pull request #4579:
URL: https://github.com/apache/incubator-nuttx/pull/4579


   ## Summary
   The initial PR is #4433.
   This new PR implements Approach 3.d explained in #4433.
   
   The resulting time complexities are as follows:
   * devif_callback_alloc() time complexity is O(1) (i.e. O(n) to fill the whole list).
   * devif_callback_free() time complexity is O(1) (i.e. O(n) to empty the whole list).
   * devif_conn_event() time complexity is O(n).
   
   ## Impact
   The entire network protocol stack.


-- 
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: commits-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #4579: net/devif/devif_callback.c: made the connection event list doubly linked

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #4579:
URL: https://github.com/apache/incubator-nuttx/pull/4579


   


-- 
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: commits-unsubscribe@nuttx.apache.org

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