]> git.sur5r.net Git - openldap/commit
Tentative speedup - use plain ints for entry_encode/decode
authorHoward Chu <hyc@openldap.org>
Tue, 13 Sep 2011 22:19:04 +0000 (15:19 -0700)
committerHoward Chu <hyc@openldap.org>
Tue, 13 Sep 2011 22:24:50 +0000 (15:24 -0700)
commitfb264bf3e1a8d992684cfc2c452a81d0f8322aeb
treee7c28c4e91d21147fce5c9a9754adca140915a03
parent550dc4aaeee2b9f2ed25b451d950bd5e7088652d
Tentative speedup - use plain ints for entry_encode/decode

Keep entries word-aligned. Yields ~10% speedup, but also 10% more space used.
May revert this if the space cost is unacceptable.
servers/slapd/back-mdb/id2entry.c
servers/slapd/back-mdb/init.c