Rapptz
00a0856cc4
Use a dict instead of getattr for parsing events.
...
Probably not a significant difference but might as well use it here.
The basic idea is to cache the getattr calls instead of repeatedly
doing it (since they're around 105ns on my machine). The dictionary
lookup is about 41ns on my machine.
The next step in speeding up library code some more should be in
the parser bodies themselves but that's a problem to tackle another
day.
2019-05-29 01:22:53 -04:00
..
2018-01-26 12:46:19 -05:00
2019-05-19 20:04:42 -07:00
2019-05-11 18:20:13 -04:00
2019-04-16 18:13:57 -04:00
2019-05-27 04:05:51 -04:00
2019-05-26 02:32:47 -04:00
2019-05-13 20:29:08 -04:00
2019-04-20 15:12:52 -07:00
2019-05-26 02:32:47 -04:00
2019-03-19 08:24:42 -04:00
2019-03-19 08:24:42 -04:00
2019-05-26 02:32:47 -04:00
2019-05-19 19:17:29 -04:00
2019-01-28 22:22:50 -05:00
2019-01-28 22:22:50 -05:00
2019-05-23 23:21:40 -04:00
2019-05-26 02:32:47 -04:00
2019-05-13 20:26:10 -04:00
2019-05-24 04:23:06 -04:00
2019-03-18 07:54:36 -04:00
2019-05-29 01:22:53 -04:00
2019-05-26 02:32:47 -04:00
2019-04-18 22:31:55 -04:00
2019-05-26 02:32:47 -04:00
2019-04-14 21:05:20 -04:00
2019-05-25 03:14:35 -04:00
2019-05-26 02:32:47 -04:00
2019-01-28 22:22:50 -05:00
2019-05-26 02:32:47 -04:00
2019-04-08 17:51:15 -04:00
2019-04-12 20:58:11 -04:00
2019-04-20 17:20:58 -04:00
2019-05-26 02:32:47 -04:00
2019-03-19 08:24:42 -04:00
2019-01-28 22:22:50 -05:00
2019-03-19 08:24:42 -04:00
2019-05-29 01:22:53 -04:00
2019-05-29 01:22:53 -04:00
2019-05-21 21:15:26 -04:00
2019-05-29 00:45:48 -04:00
2019-05-01 02:49:52 -04:00
2019-05-14 19:13:48 -04:00
2019-04-13 18:13:53 -04:00