xie cui
unread,Feb 10, 2021, 5:12:18 AM2/10/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
compare two byte slice,will convert to compare between two string, and my question is how golang compare two string, i don't think that it just compare the len and then comapare bytes in string one byte by one byte, it should have some optimization?where is the code in compiler generate the compare codes?