svn commit: samba r15823 - in branches/tmp/jpeach-xmetrics/source/profile: .

jpeach at samba.org jpeach at samba.org
Mon May 22 23:48:10 GMT 2006


Author: jpeach
Date: 2006-05-22 23:48:09 +0000 (Mon, 22 May 2006)
New Revision: 15823

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15823

Log:
Remove incorrect TODO item. We can't do O(1) record allocations
until we can do hashed lookups and that's a huge can of worms.

Modified:
   branches/tmp/jpeach-xmetrics/source/profile/TODO


Changeset:
Modified: branches/tmp/jpeach-xmetrics/source/profile/TODO
===================================================================
--- branches/tmp/jpeach-xmetrics/source/profile/TODO	2006-05-22 20:35:55 UTC (rev 15822)
+++ branches/tmp/jpeach-xmetrics/source/profile/TODO	2006-05-22 23:48:09 UTC (rev 15823)
@@ -24,11 +24,6 @@
     behaviour. This will probably need match(), init() and post_allocate()
     hooks.
 
-Record allocator free list
-    Add free-record tracking to the allocator. This would let us do O(1)
-    allocation of new record. We would have to maintain the offset to
-    the lext free record in the backing store.
-
 TDB access metrics
     Add a new record type for TDBs. This would export per-TDB metrics
     for lookups, traversals, replaces, deletes. Consider adding latency



More information about the samba-cvs mailing list