Explore >> Select a destination


You are here

thiscontext.com
| | coder-mike.com
8.9 parsecs away

Travel
| | TL;DR: The Microvium runtime, @microvium/runtime on npm, allows you to restore and run Microvium snapshots in a JavaScript host environment such as node.js or the browser, using a WASM build of the Microvium native engine.
| | zackoverflow.dev
9.6 parsecs away

Travel
| | Interfaces rely on slow dynamic-dispatch, but generics could open the door to performance boosts with the ability to leverage the cache-friendliness of static dispatch
| | blog.pyston.org
10.1 parsecs away

Travel
| | Creating an implementation for a dynamic language using just in time compilation (JIT)techniques involves a lot of compromisesmainly between complexity of the implementation, speed, warm-up time and memory usage. Especially speed is a difficult trade-off because it's very easy to end-up spending more time optimizing a piece of code and emitting the assembly than we...
| | www.dgendill.com
20.1 parsecs away

Travel
| [AI summary] A detailed technical tutorial on building a text-based game engine with Rust and WebAssembly, covering memory management, static variables, and JavaScript interop techniques.