| 02:51 | <gsnedders> | Happy New Year, y'all! |
| 03:17 | <MikeSmith> | gsnedders: HNY |
| 06:13 | <zewt_> | jesus, this is a new top reason for me to get the hell away from firefox: i open a new browser window and i'm blinded by a bright yellow donation beg screen |
| 08:02 | <annevk> | Happy 2015 everyone |
| 08:02 | annevk | is starting it with a cold |
| 08:16 | <annevk> | I wonder why things like https://github.com/volarvideo/webvtt/commit/c0cc14cf5bb4611e5b72cfca33a2dbe88226eb4e#diff-09461573a85e2d94f056dd6814769042L456 are true |
| 08:16 | <annevk> | Shouldn't the JIT take care of that? |
| 08:25 | <MikeSmith> | Happy New Year annevk hope your cold goes away soon |
| 08:26 | <annevk> | MikeSmith: HNY to you too! Saw you were enjoying the snow :-) |
| 08:27 | <MikeSmith> | hah yeah |
| 08:30 | <MikeSmith> | annevk: a regular expression being faster seems counterintuitive |
| 08:31 | <annevk> | Yeah, though JITting is weird |
| 10:43 | <jgraham> | Simple regular expressions get compiled themselves, so it's not that surprising they're fast |
| 10:43 | <jgraham> | Blame sunspider |
| 18:48 | <roc> | pretty much all regular expressions get compiled these days |
| 18:52 | <jgraham> | For large values of "simple" then :) |
| 18:52 | <jgraham> | Or should that be small?… |