<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-1078898499337496912.post9011558840509441400..comments</id><updated>2009-02-12T05:00:23.895-08:00</updated><title type='text'>Comments on jMar's Blog: Big Regex Improvements for Firefox 3 Beta 5</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.jeremymartin.name/feeds/9011558840509441400/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html'/><author><name>Jeremy Martin</name><uri>http://www.blogger.com/profile/03514319709844297772</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>16</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-4968244099312809551</id><published>2008-04-09T08:11:18.456-07:00</published><updated>2008-04-09T08:11:18.456-07:00</updated><title type='text'>@SteveI meant creating all the RegExp objects on p...</title><content type='html'>@Steve&lt;BR/&gt;I meant creating all the RegExp objects on page load, rather than when the convert function is called.&lt;BR/&gt;&lt;BR/&gt;For example:&lt;BR/&gt;// on page load&lt;BR/&gt;var re1 = /x/g;&lt;BR/&gt;var re2 = /y/g;&lt;BR/&gt;...&lt;BR/&gt;&lt;BR/&gt;// on function call&lt;BR/&gt;String.replace(re1, someFunc);&lt;BR/&gt;String.replace(re2, someFunc);&lt;BR/&gt;...&lt;BR/&gt;&lt;BR/&gt;This would at least help determine if compiling the RegExp objects (as you suggested) was partly to blame.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/4968244099312809551'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/4968244099312809551'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207753878456#c4968244099312809551' title=''/><author><name>Jeremy Martin</name><uri>http://www.blogger.com/profile/03514319709844297772</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10015435999903897397'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-6099141043633286721</id><published>2008-04-09T07:56:12.034-07:00</published><updated>2008-04-09T07:56:12.034-07:00</updated><title type='text'>Are you talking about the difference between using...</title><content type='html'>Are you talking about the difference between using regex literals and the RegExp constructor?&lt;BR/&gt;&lt;BR/&gt;BTW, in my last comment I meant literal character (not single character) replacements. But again, it was just a guess. :)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/6099141043633286721'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/6099141043633286721'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207752972034#c6099141043633286721' title=''/><author><name>Steve</name><uri>http://blog.stevenlevithan.com</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-2329672788187089638</id><published>2008-04-08T12:19:48.708-07:00</published><updated>2008-04-08T12:19:48.708-07:00</updated><title type='text'>@SteveThat would make sense - I was thinking about...</title><content type='html'>@Steve&lt;BR/&gt;That would make sense - I was thinking about trying it again with all the Regex objects already built, rather than letting it happen implicitly.  That would be more of an academic exercise at this point though, and thus one for less busy times :)&lt;BR/&gt;I suppose in the first example, even all the String creations could be a noteworthy factor...</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/2329672788187089638'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/2329672788187089638'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207682388708#c2329672788187089638' title=''/><author><name>Jeremy Martin</name><uri>http://www.blogger.com/profile/03514319709844297772</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10015435999903897397'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-7104323973543987447</id><published>2008-04-08T12:14:33.596-07:00</published><updated>2008-04-08T12:14:33.596-07:00</updated><title type='text'>BTW, if the alternative solution is indeed slower ...</title><content type='html'>BTW, if the alternative solution is indeed slower at all in IE, that would indicate (without proper testing on my end) that IE has significant optimization for a couple things you were previously doing a lot more of: compiling regex objects, and global single-character replacements.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/7104323973543987447'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/7104323973543987447'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207682073596#c7104323973543987447' title=''/><author><name>Steve</name><uri>http://blog.stevenlevithan.com</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-7816560989841032049</id><published>2008-04-07T10:34:15.224-07:00</published><updated>2008-04-07T10:34:15.224-07:00</updated><title type='text'>@Steve and JoshuaThanks again for the help with my...</title><content type='html'>@Steve and Joshua&lt;BR/&gt;Thanks again for the help with my regex.  I hadn't particularly cared for my solution, so I'm grateful for the help.  I'll be sure to update the code and provide you both with due credit!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/7816560989841032049'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/7816560989841032049'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207589655224#c7816560989841032049' title=''/><author><name>Jeremy Martin</name><uri>http://www.blogger.com/profile/03514319709844297772</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10015435999903897397'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-1438040270973388235</id><published>2008-04-07T10:29:27.050-07:00</published><updated>2008-04-07T10:29:27.050-07:00</updated><title type='text'>As noted a few days ago on Reddit (http://reddit.c...</title><content type='html'>As noted a few days ago on Reddit (http://reddit.com/info/6ek5i/comments/c03mq23), here's a quick rewrite of the code for efficiency and brevity: http://stevenlevithan.com/test/asciible.js</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/1438040270973388235'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/1438040270973388235'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207589367050#c1438040270973388235' title=''/><author><name>Steve</name><uri>http://blog.stevenlevithan.com</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-1961117293330890117</id><published>2008-04-04T13:31:32.631-07:00</published><updated>2008-04-04T13:31:32.631-07:00</updated><title type='text'>@AnonymousHaha, get ready for it... MS Word.  I ha...</title><content type='html'>@Anonymous&lt;BR/&gt;Haha, get ready for it... MS Word.  I had to play around with the fill colors for awhile to make it look decent (it's all about the gradients...)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/1961117293330890117'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/1961117293330890117'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207341092631#c1961117293330890117' title=''/><author><name>Jeremy Martin</name><uri>http://www.blogger.com/profile/03514319709844297772</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10015435999903897397'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-9147989832699493384</id><published>2008-04-04T13:29:23.720-07:00</published><updated>2008-04-04T13:29:23.720-07:00</updated><title type='text'>This is off topic, but I have to ask...What tool m...</title><content type='html'>This is off topic, but I have to ask...&lt;BR/&gt;&lt;BR/&gt;What tool made that graph? It's one of the best looking ones I've ever seen.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/9147989832699493384'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/9147989832699493384'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207340963720#c9147989832699493384' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-4309104312340359054</id><published>2008-04-04T12:06:22.907-07:00</published><updated>2008-04-04T12:06:22.907-07:00</updated><title type='text'>@JoshuaWell I can see what you're saying.  It's tr...</title><content type='html'>@Joshua&lt;BR/&gt;Well I can see what you're saying.  It's true that yours only traverses the input once, but if you consider your basic operation to be the comparison, then both algorithms are in the same order of magnitude.  Mine traverses X times looking for 1 character, while yours traverses 1 time looking for X characters.  If I understand correctly, both result in N*X comparisions (N being input chars, X being special chars). You have me on creating new String objects though.  My first approach was basically what you suggested (i.e., markup.replace(/&lt;|&gt;|&amp;|.../), which perhaps I mistakenly assumed is roughly the same as defining a character class.  Is this not so?  Anyway, using that approach FF2 (did not test beta) was marginally faster, but IE was MUCH slower.  For whatever reason, doing all the distinct replaces seemed to stumble on some highly optimized feature of the IE regular expression engine.&lt;BR/&gt;&lt;BR/&gt;I guess you're also right on defining those special characters.  Is there a definitive list of "safe" characters that I can use to define the character class?  Perhaps you already based your first example above based on such a list.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/4309104312340359054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/4309104312340359054'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207335982907#c4309104312340359054' title=''/><author><name>Jeremy Martin</name><uri>http://www.blogger.com/profile/03514319709844297772</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10015435999903897397'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-5900370898269127234</id><published>2008-04-04T11:49:59.378-07:00</published><updated>2008-04-04T11:49:59.378-07:00</updated><title type='text'>@jeremyThe principle speed advantage of mine is th...</title><content type='html'>@jeremy&lt;BR/&gt;The principle speed advantage of mine is that it only traverses 300k characters once instead of 100 times and only allocates a new 300k+ string once instead of 100 times. (Strings are immutable in JS, so every time you run .replace you're allocating a new string.) If you really wanted to convert only certain characters, you could just list them all in a character class in the regex (instead of a negated character class like I did). You should even be able to use ranges for weird characters just like one commonly does with /A-Za-z0-9/. The replacing function could stay the same or be rewritten with a 100-element hash table pre-built for likely somewhat better speed but a lot more code.&lt;BR/&gt;&lt;BR/&gt;But I think you misread the w3c on this. The only way that that set of characters is special is that someone went to the trouble of making *named* entities for them (e.g., &amp;quot;). Since you're using the numeric version and not the named ones anyway, there's no reason to restrict yourself to that set.&lt;BR/&gt;&lt;BR/&gt;Also, I fixed my VirtualBox after a kernel upgrade broke it, and I'm happy to report that while FF2 still takes nigh unto forever to run my version, FF3b5 is almost twice as fast as IE7. (For this post, all times based on running each browser by itself in a virtualized Windows XP.)</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/5900370898269127234'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/5900370898269127234'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207334999378#c5900370898269127234' title=''/><author><name>Joshua Paine</name><uri>http://letterblock.com/</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-6216767943947391257</id><published>2008-04-04T11:16:35.461-07:00</published><updated>2008-04-04T11:16:35.461-07:00</updated><title type='text'>@JoshuaThank you for that suggestion - it is defin...</title><content type='html'>@Joshua&lt;BR/&gt;Thank you for that suggestion - it is definitely easy to see how that would speed things up.  Truth be told I was wrestling with an approach like that myself, but I wanted to try and follow the W3C recommendations and convert only the ISO 8859-1 character set (as per http://www.w3.org/TR/html401/sgml/entities.html).  I may also expand the script to include other ISO10646 char sets.&lt;BR/&gt;&lt;BR/&gt;I would be interested in seeing if an approach like yours could be used, but with the ranges specified by the charcode instead - that would allow me to be a little more specific.  I think I've heard of matching based on charcode, but I'm not familiar with that technique - you?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/6216767943947391257'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/6216767943947391257'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207332995461#c6216767943947391257' title=''/><author><name>Jeremy Martin</name><uri>http://www.blogger.com/profile/03514319709844297772</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10015435999903897397'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-1038154275661165967</id><published>2008-04-04T10:44:52.256-07:00</published><updated>2008-04-04T10:44:52.256-07:00</updated><title type='text'>You can get a huge performance win and make your c...</title><content type='html'>You can get a huge performance win and make your code more flexible. I made a test string by duplicating your sample text until it was almost 300k characters. On FF3b5 on Ubuntu on my computer, your code handles that in about 280 ms. My version runs in about 32 ms. Mine also should work on all extended characters, not just the 100ish you named explicitly.&lt;BR/&gt;&lt;BR/&gt;To test my version replace the 100ish lines of one-by-one character replace()ing with this:&lt;BR/&gt;&lt;BR/&gt;  var subTable = {};&lt;BR/&gt;&lt;BR/&gt;  markup = markup.replace(&lt;BR/&gt;    /[^A-Za-z0-9\s!#$%&amp;\(\)*+,\-.\/\\:;=?@\[\]\^_`{}|~]/g,&lt;BR/&gt;    function(c){&lt;BR/&gt;      return subTable[c] || (subTable[c] = '&amp;#'+c.charCodeAt(0)+';');&lt;BR/&gt;    });&lt;BR/&gt;&lt;BR/&gt;(I apologize for the formatting--I can't figure out a way to make Blogger treat it nicely.)&lt;BR/&gt;&lt;BR/&gt;That code will run slower if there are many, many different special characters that are not repeated, but in the real world I think that's an uncommon case.&lt;BR/&gt;&lt;BR/&gt;I can't test this in IE or anything else at the moment, but it should run and not be excessively slow.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/1038154275661165967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/1038154275661165967'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207331092256#c1038154275661165967' title=''/><author><name>Joshua Paine</name><uri>http://letterblock.com/</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-4121345057387325839</id><published>2008-04-04T10:31:44.754-07:00</published><updated>2008-04-04T10:31:44.754-07:00</updated><title type='text'>@SchrepI have submitted an enhancement request to ...</title><content type='html'>@Schrep&lt;BR/&gt;I have submitted an enhancement request to bugzilla as you suggested.  The issue can be found here: https://bugzilla.mozilla.org/show_bug.cgi?id=427073</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/4121345057387325839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/4121345057387325839'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207330304754#c4121345057387325839' title=''/><author><name>Jeremy Martin</name><uri>http://www.blogger.com/profile/03514319709844297772</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10015435999903897397'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-2144346737325668966</id><published>2008-04-04T10:05:37.026-07:00</published><updated>2008-04-04T10:05:37.026-07:00</updated><title type='text'>@AnonymousRunning Opera 9.27 on the same machine I...</title><content type='html'>@Anonymous&lt;BR/&gt;Running Opera 9.27 on the same machine I was averaging mid 80's with the same 250,000 character input - so that's not bad at all.&lt;BR/&gt;&lt;BR/&gt;Incidentally, Safari 3 for Windows came in at around 280 milliseconds.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/2144346737325668966'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/2144346737325668966'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207328737026#c2144346737325668966' title=''/><author><name>Jeremy Martin</name><uri>http://www.blogger.com/profile/03514319709844297772</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='10015435999903897397'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-231496397214327117</id><published>2008-04-04T07:32:08.691-07:00</published><updated>2008-04-04T07:32:08.691-07:00</updated><title type='text'>so what about Opera?</title><content type='html'>so what about Opera?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/231496397214327117'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/231496397214327117'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207319528691#c231496397214327117' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-1078898499337496912.post-648224516550422750</id><published>2008-04-03T15:34:38.789-07:00</published><updated>2008-04-03T15:34:38.789-07:00</updated><title type='text'>Can you share the test you are running by posting ...</title><content type='html'>Can you share the test you are running by posting a bug at bugzilla.mozilla.org - we'd love to take at look at further optimizations..</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/648224516550422750'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1078898499337496912/9011558840509441400/comments/default/648224516550422750'/><link rel='alternate' type='text/html' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html?showComment=1207262078789#c648224516550422750' title=''/><author><name>Schrep</name><uri>http://www.blogger.com/profile/15289968423039012080</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.jeremymartin.name/2008/04/big-regex-improvements-for-firefox-3.html' ref='tag:blogger.com,1999:blog-1078898499337496912.post-9011558840509441400' source='http://www.blogger.com/feeds/1078898499337496912/posts/default/9011558840509441400' type='text/html'/></entry></feed>