https://i.postimg.cc/BbQDrTy1/Screenshot-from-2019-05-03-18-06-02-2x.png

I installed a few nicknacks today after reading stuff about BCE and escape 
analysis, and made some change to my config and now vscode is showing me 
all the bounds checks. 

There is a LOTTA bounds checks in the standard library. That list there 
shown in the picture totals around 200 or so items, just from mainly "os".

I am sure many of them have trivial effects on performance, being part of 
IO bound code as I am seeing it there, probably not so much as it might 
look like.

I think one of the users on this forum created the tool that gives me 
access to this information. 

I don't want to spend *too* much time on optimisation especially until I 
get through  debugging, but these tools are fantastic.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to