Explore >> Select a destination


You are here

v8.dev
| | wingolog.org
1.4 parsecs away

Travel
| | wingolog: article: firefox's low-latency webassembly compiler
| | blog.pyston.org
2.7 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...
| | nnethercote.github.io
4.7 parsecs away

Travel
| | This post describes some performance work I have been doing recently on rustc. I spent several weeks on a particular problem with only a small amount of success. I hope a write-up will be interesting and educational, and may even lead to suggestions that make things better. The post is aimed at readers with some familiarity with compilers.
| | finnstats.com
18.6 parsecs away

Travel
| Why Python is an Important and Useful Programming Language.Python refers to a high-level language for programming which serves a general ...