Explore >> Select a destination


You are here

www.jeremykun.com
| | blog.jle.im
13.2 parsecs away

Travel
| | Weblog of Justin Le, covering various adventures in programming and explorations in the worlds of computation physics, and knowledge.
| | xnacly.me
18.6 parsecs away

Travel
| | Implementing levenshtein distance naïvely (and very slow) in Rust
| | cfallin.org
13.2 parsecs away

Travel
| |
| | blog.pyston.org
46.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...