/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

etherealwake.com
| | www.moddable.com
4.5 parsecs away

Travel
| | Presentation to TC39, the JavaScript language committee, to introduce XS, the JavaScript engine by Moddable Tech. Background on the XS engine and technical details on techniques used to minimize memory and code size, while maintaining near full conformance.
| | verdagon.dev
4.6 parsecs away

Travel
| | [AI summary] This technical article explains Vale's memory safety strategy, detailing how generational references work in conjunction with 'linear style' and regions to eliminate runtime overhead and enable high performance.
| | bellard.org
4.5 parsecs away

Travel
| | QuickJS Javascript Engine
| | adam.younglogic.com
24.6 parsecs away

Travel
| [AI summary] The author explores the technical challenges of implementing a dependency injection framework in Rust, specifically addressing conflicts with the borrow checker and proposing solutions involving smart pointers and mutable reference management.