diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-16 17:36:53 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-06-16 17:36:53 +0000 |
commit | 8af17f9980ea44989c273ba96bd6ba673847744d (patch) | |
tree | 987099134ca9e88fd559351b1a9a3c68e9e28103 /Changelog-Trunk.txt | |
parent | 5666e57db9792d5e2f4faf89599812a570b39b96 (diff) | |
download | hercules-8af17f9980ea44989c273ba96bd6ba673847744d.tar.gz hercules-8af17f9980ea44989c273ba96bd6ba673847744d.tar.bz2 hercules-8af17f9980ea44989c273ba96bd6ba673847744d.tar.xz hercules-8af17f9980ea44989c273ba96bd6ba673847744d.zip |
Moved DBMap's string maxlen parameter translation (0 -> UINT16_MAX) to its initialization phase, so that it runs once instead of on every hash and compare step. This will slightly speed up most strdb operations.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14854 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index fb62478e2..ef3d26a5f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,6 +1,7 @@ Date Added 2011/06/16 + * Slight speedup on most strdb operations [ultramage] * Fixed DBMap's db_dup_key to allocate only as much as necessary (bugreport:4969) [ultramage] * Fixed char-converter not being able to compile due to both char.h being included. (caused by last commit) [FlavioJS] * Merges from charmerge: |