๐คarchagon๐4y๐ผ141๐จ๏ธ82
(Replying to PARENT post)
I wonder how much performance is gained by having the code written by just one person. At work we have a reasonably large (16 MLOC) codebase. At this point I don't think it's possible for one person to do everything, especially while adding new features. So what we do is that we create relatively clean interfaces, and have people code mostly inside those interfaces. But every time we go through one of those interfaces, there's a performance hit.
๐คZababa๐4y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
3 hour video with no timestamps, a minimal description, and comments turned off?
๐คanandoza๐4y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
This was good. I like the presentation.
---------
This can be a good interview question for Google to screw people over.
I was asked to write a code to generate maze (100x100) with the constraints that it should neither be easy not it should be hard. This was for L6 position.
๐คdevnull3๐4y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
So does he have a special reversed image printed on his shirt just for this lecture format?
๐คjgwil2๐4y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
So this guy has had a t-shirt printed with a mirrored logo just to be able to use it with the transparent whiteboard.
๐คsuperjan๐4y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
I really like this lecture format. What is he drawing on?
๐คarchagon๐4y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
That's exactly how i managed to enhance the performance of my site. https://vashishthakapoor.com/
Keeping the features along with performance is a big challenge. Video is really explainatory to fix performance issues.
๐คvashishthak๐4y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
"Simple code" -> very difficult to decipher use of SIMD intrinsics. Yikes.
He may have deleted 1000 lines of code, but he'll need a 2 hour inline video (with a 1000 line transcript) to explain how it works.
๐คaetherspawn๐4y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
We have computers which are ridiculous fast, but tend to write code which is freaking slow. It's sad that most programs could be 100x faster.