[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/css/ - CSS Masters

Advanced styling, animations & modern CSS techniques
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1771115455761.jpg (185.22 KB, 1880x1253, img_1771115446494_xficohb0.jpg)ImgOps Exif Google Yandex

e8244 No.1184

i was digging through some of those fancy golang optimizations and stumbled upon escapegolang escape analysis in go really blew my mind. its like the language is reading your code's tea leaves to decide where variables should liveon stack or heap, that kind of thing! and here comes a cool example: ```go func foo() { var x int // does this land on-stack? let me see… } ``` the magic happens behind scenes. gos runtime is super smart about figuring out if it can keep variables local to the function call stack or needs them in that more flexible heap space. what im curious though, has anyone here played around with escape analysis tools for other languages like rustor have any tips on how we could apply similar optimizations elsewhere? share your thoughts!

Source: https://www.freecodecamp.org/news/understanding-escape-analysis-in-go/

e8244 No.1185

File: 1771115636402.jpg (176.54 KB, 1880x1056, img_1771115621460_lmkhtymu.jpg)ImgOps Exif Google Yandex

you're diving deep into go, but if css is your thing and thinking abt performance too - consider using critical path minification for images/stylesheets. it loads only what's needed above-the-fold super fast!



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">