<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="/atom.xml" rel="alternate" title="atom feed" type="application/atom+xml">
<link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'>
<title>mraleph</title>
<link rel="stylesheet" href="/css/main.css" type="text/css">

<style type="text/css">
body {
  background: whitesmoke;
  font-family: 'Gloria Hallelujah', monospace, cursive;
  margin-top: 2em;
}

.box {
  width: 18em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.whitebox {
  background: white;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 8px #aaa;
  border-radius: 5px;
}


</style>

  <script type="text/javascript">
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-6701581-4']);
    _gaq.push(['_trackPageview']);

    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
  </script>
</head>
<body>
  <div class="box" style="text-align: justify; width: 40em; padding: 5px; background: whitesmoke; border: none;">
    <p style="font-size: 16pt;">My posts:</p>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">23 nov 2016</time> <a href="/blog/2016/11/23/making-less-dart-faster.html">Adventures in the land of substrings and RegExps.</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">02 nov 2015</time> <a href="/blog/2015/11/02/crankshaft-vs-arguments-object.html">Crankshaft vs arguments object</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">12 apr 2015</time> <a href="/blog/2015/04/12/jsunderhood.html">jsunderhood digest (in Russian)</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">29 mar 2015</time> <a href="/blog/2015/03/29/browser-as-an-interactive-disassembler.html">Browser as an Interactive Disassembler</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">11 jan 2015</time> <a href="/blog/2015/01/11/whats-up-with-monomorphism.html">What's up with monomorphism?</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">24 dec 2014</time> <a href="/blog/2014/12/24/array-length-caching.html">How the Grinch stole array.length access</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">30 jul 2014</time> <a href="/blog/2014/07/30/constructor-vs-objectcreate.html">new Fn(...) vs. Object.create(P)</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">23 feb 2014</time> <a href="/blog/2014/02/23/the-black-cat-of-microbenchmarks.html">The Black Cat of Microbenchmarks</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">28 jan 2014</time> <a href="/blog/2014/01/28/prerelease-irhydra2.html">(Pre)release IRHydra 2.0</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">14 aug 2013</time> <a href="/blog/2013/08/14/hidden-classes-vs-jsperf.html">Hidden classes vs jsPerf</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">29 apr 2013</time> <a href="/blog/2013/04/29/performance-tuning-as-weather-forecast.html">Performance tuning as the art of weather forecast</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">28 mar 2013</time> <a href="/blog/2013/03/28/why-asmjs-bothers-me.html">Why asm.js bothers me</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">17 feb 2013</time> <a href="/blog/2013/02/17/release-the-irhydra.html">Release the IRHydra!</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">15 dec 2012</time> <a href="/blog/2012/12/15/microbenchmarks-fairy-tale.html">microbenchmarks fairy tale</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">25 nov 2012</time> <a href="/blog/2012/11/25/shaky-diagramming.html">Shaky diagramming</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">18 nov 2012</time> <a href="/blog/2012/11/18/jsconfeu2012-talk.html">My JSConf EU 2012 talk</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">23 sep 2012</time> <a href="/blog/2012/09/23/grokking-v8-closures-for-fun.html">Grokking V8 closures for fun (and profit?)</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">21 jun 2012</time> <a href="/blog/2012/06/21/v8s-flags-and-chrome-on-windows.html">V8's --trace-* flags and Chrome on Windows</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">03 jun 2012</time> <a href="/blog/2012/06/03/explaining-js-vms-in-js-inline-caches.html">Explaining JavaScript VMs in JavaScript - Inline Caches</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">07 apr 2012</time> <a href="/blog/2012/04/07/jsconf2012.html">My JSConf 2012 talk</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">18 dec 2011</time> <a href="/blog/2011/12/18/v8-optimization-checklist.html">I-want-to-optimize-my-JS-application-on-V8 checklist</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">05 nov 2011</time> <a href="/blog/2011/11/05/the-trap-of-the-performance-sweet-spot.html">The trap of the performance sweet spot</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">12 may 2011</time> <a href="/blog/2011/05/12/dangers-of-cross-language-benchmark-games.html">Dangers of cross language benchmark games</a>
      </article>
    
      <article style="font-family: 'Gloria Hallelujah', monospace, cursive;">
        <time datetime="" style="color: grey;">30 mar 2011</time> <a href="/blog/2011/03/30/external-arrays-and-nodejs.html">Improved V8 external arrays support and nodejs Buffer type</a>
      </article>
    
  </div>
</body>
</html>