How users react to delays in a user interface, whether website or application. The 3 main response time limits are determined by human perceptual abilities.| Nielsen Norman Group
Learn why your page load speed is important, how it affects your business, and some tips to improve your performance.| blog.hubspot.com
Sorbet can track when a value is allowed to be `nil`, or when a value of a| sorbet.org
This is the second in an indefinite series of posts about things that I think went well in the Sorbet project. The previous one covered our testing approach. Sorbet is fast. Numerous of our early users commented specifically on how fast it was, and how much they appreciated this speed. Our informal benchmarks on Stripe’s codebase clocked it as typechecking around 100,000 lines of code per second per core, making it one of the fastest production typecheckers we are aware of.| Made of Bugs