Optimised the CDB hash function, now roughly twice as fast for large strings. Most...
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 22 Jun 2009 06:41:48 +0000 (06:41 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 22 Jun 2009 06:41:48 +0000 (06:41 +0000)
commit0cbc00e3ef25723382049f6235977b26c54265c9
treeaefd17963d173ba8da7abd0971b62311cc36e6f1
parentf5463388aec1be101781fcadd0ad890f6adb5acb
Optimised the CDB hash function, now roughly twice as fast for large strings. Most of the saving came from removing the function calls. Retested.
includes/Cdb_PHP.php