Explore >> Select a destination


You are here

mathiasbynens.be
| | v8.dev
1.7 parsecs away

Travel
| | This article describes how V8 chooses optimal in-memory representations for various JavaScript values, and how that impacts the shape machinery - all of which helps explain a recent V8 performance cliff in React core.
| | andreasgal.com
9.6 parsecs away

Travel
| | Dave Roberts sent me a couple of questions about trace trees after he saw our work mentioned on Steve Yegge's blog. I figured my answers might be interesting to more people than just Dave. Most of your papers on trace-trees just describe the behavior of the technique with respect to a single trace tree. That...
| | jandemooij.nl
3.4 parsecs away

Travel
| |
| | www.softdevtube.com
28.4 parsecs away

Travel
| The onion architecture is not as well known as the 3-tier software architecture but is gaining a lot of attention during the microservices era. It structures your software so that it is easy to change technologies without impacting business logic. Coupled with Domain Driven Design (DDD) principles it offers a powerful way to build a