A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via fb264bf3e1a8d992684cfc2c452a81d0f8322aeb (commit) via 550dc4aaeee2b9f2ed25b451d950bd5e7088652d (commit) via 56fe0d4f1a90f0a8bac5f6096ddfdc6d670fea95 (commit) via 70c79df1dfd70e90a4c18d3d9710a3b01be011b2 (commit) via dc83777ab9e925e66c172d16621956bd9af17019 (commit) from 65b5ff2de31d73565fe8bc84ff0c034677226e29 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit fb264bf3e1a8d992684cfc2c452a81d0f8322aeb Author: Howard Chu hyc@openldap.org Date: Tue Sep 13 15:19:04 2011 -0700
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.
commit 550dc4aaeee2b9f2ed25b451d950bd5e7088652d Merge: 65b5ff2 56fe0d4 Author: Howard Chu hyc@openldap.org Date: Tue Sep 13 15:24:33 2011 -0700
Merge remote branch 'origin/mdb.master'
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 180 ++++++++++++++++++------------- libraries/libmdb/mdb.h | 51 +++++++-- servers/slapd/back-mdb/id2entry.c | 217 +++++++++++++++---------------------- servers/slapd/back-mdb/init.c | 10 ++- 4 files changed, 245 insertions(+), 213 deletions(-)