DragonFly BSD
DragonFly commits List (threaded) for 2006-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/sys tree.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 3 Mar 2006 12:25:46 -0800 (PST)

dillon      2006/03/03 12:25:46 PST

DragonFly src repository

  Modified files:
    sys/sys              tree.h 
  Log:
  Add additional red-black tree functions for fast numeric field lookups.
  Unlike RB_FIND, these functions simply take the appropriate numeric data
  type as the search argument rather then an entire dummy structure, and
  directly test the numeric data type rather then make a callback.
  
  Revision  Changes    Path
  1.3       +58 -0     src/sys/sys/tree.h


http://www.dragonflybsd.org/cvsweb/src/sys/sys/tree.h.diff?r1=1.2&r2=1.3&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]