Dan McGee
499e09734b
Streamline alpm_splitdep() comparisons
...
This reduces from 5 to 3 the number of searches needed on the string
looking for a comparison operator, since we can so a second quick
comparison looking for '=' if we find '<' or '>'. It also makes every
search doable with strchr() or memchr() rather than the slower strstr()
method.
In testing, only 10% of splitdep calls (~1600 / 16000) during an -Ss
database load found a version comparison operator, so optimizing the not
found path to be require less work makes sense.
Signed-off-by: Dan McGee <dan@archlinux.org>
2011-08-29 19:54:18 -05:00
..
2011-08-25 16:04:41 -05:00
2007-07-16 16:49:28 -04:00
2011-08-19 11:09:57 -05:00
2011-06-28 14:04:00 +10:00
2011-08-24 11:27:11 -05:00
2011-07-21 15:04:30 -05:00
2011-07-02 02:01:39 +10:00
2011-08-28 23:41:17 -05:00
2011-07-14 15:34:04 -05:00
2011-07-14 15:34:04 -05:00
2011-08-15 06:24:49 -05:00
2011-08-15 06:24:49 -05:00
2011-08-28 23:49:27 -05:00
2011-08-28 19:52:41 -05:00
2011-08-28 23:49:27 -05:00
2011-08-18 10:47:41 -05:00
2011-07-21 15:04:30 -05:00
2011-08-19 19:12:21 -05:00
2011-08-18 10:47:41 -05:00
2011-07-02 02:01:38 +10:00
2011-06-28 23:28:23 +10:00
2011-08-29 19:54:18 -05:00
2011-08-19 11:09:57 -05:00
2011-08-19 19:12:21 -05:00
2011-06-28 14:04:00 +10:00
2011-08-28 19:36:50 -05:00
2011-08-25 16:09:52 -05:00
2011-08-08 19:42:52 -05:00
2011-06-28 23:28:24 +10:00
2011-06-28 23:28:24 +10:00
2011-06-29 15:52:33 +10:00
2011-06-29 15:52:33 +10:00
2011-07-18 21:06:24 -05:00
2011-07-05 10:13:20 -05:00
2011-07-02 02:01:39 +10:00
2011-06-28 23:28:24 +10:00
2011-08-15 07:07:13 -05:00
2011-08-11 20:17:21 -05:00
2011-08-11 20:17:21 -05:00
2011-08-28 23:41:17 -05:00
2011-08-28 23:30:10 -05:00
2011-06-28 23:28:24 +10:00
2011-06-28 23:28:24 +10:00
2011-07-05 22:36:40 -05:00
2011-08-19 11:09:57 -05:00
2011-07-06 09:26:09 -05:00
2011-08-15 07:07:13 -05:00
2011-08-15 07:07:13 -05:00
2011-08-28 19:52:10 -05:00
2011-08-28 19:51:54 -05:00
2011-08-28 19:52:19 -05:00
2011-06-28 14:04:00 +10:00
2011-08-19 19:12:21 -05:00
2011-08-25 16:12:33 -05:00
2011-08-28 19:49:02 -05:00
2011-08-15 12:13:35 -05:00
2011-08-23 01:49:29 -05:00