* Optimized the updating of visit records in several places by checking to
authorArt Cancro <ajc@citadel.org>
Wed, 23 Jul 2003 03:57:05 +0000 (03:57 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 23 Jul 2003 03:57:05 +0000 (03:57 +0000)
commit82ede11e9bad54eb36bb9030374e0cf623c66add
tree8c139791243b23117f31e8af6e1b05407ace2b0f
parent11b790da92082ff80b9060e0b1dc6678718601c8
* Optimized the updating of visit records in several places by checking to
  see if they've changed and aborting the db update if they haven't.
* Functions which read/write user records are now slightly faster due to
  an improvement of the algorithm used to generate the database keys.
citadel/ChangeLog
citadel/room_ops.c
citadel/user_ops.c