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/12/21 16:11:46 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #5053: libc/symtab: optimize the find speed by bisection

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


   ## Summary
   
   libc/symtab: optimize the find speed by bisection
   
   Signed-off-by: chao.an <an...@xiaomi.com>
   
   ## Impact
   
   symtab_findbyvalue
   
   ## Testing
   
   sort the symbol table by value and search the table entry


-- 
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 #5053: libc/symtab: optimize the find speed by bisection

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


   


-- 
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] gustavonihei commented on pull request #5053: libc/symtab: optimize the find speed by bisection

Posted by GitBox <gi...@apache.org>.
gustavonihei commented on pull request #5053:
URL: https://github.com/apache/incubator-nuttx/pull/5053#issuecomment-998956401


   https://github.com/apache/incubator-nuttx/pull/5054 seems to solve the Lint CI job.


-- 
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