]> git.xonotic.org Git - xonotic/gmqcc.git/commit
Ignore most memory comparisions by validating the lengths are the same first. Become...
authorDale Weiler <killfieldengine@gmail.com>
Wed, 30 Jan 2013 23:32:15 +0000 (23:32 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 30 Jan 2013 23:32:15 +0000 (23:32 +0000)
commitd7a47eb5f99b18b1f29b4425f1ebc7c0971445c6
treed0028e74498735ec5b326b197f21f215c02f0383
parenta6ecc3cbc4be62f7679436c8831286582cbd3e15
Ignore most memory comparisions by validating the lengths are the same first.  Becomes O(log(n)) from O(n) for correct_exists.
correct.c