haiku/headers/os
Rene Gollent 0c8bdbafd5 Revamp BList somewhat to further optimize the resizing behavior.
We now keep track of a lower bound as to when the list should scale
itself back down. When increasing the list size, we double the current,
with the lower bound set to 1/4 of the current size, not allowing it to
go any smaller than the block size. These combined allow us to do very
cheap tests to see if an operation requires a resize at all, and minimize
how often the list actually needs to be resized, since the difference in upper
and lower bounds prevents bouncing back and forth between a size in the case
of adding/removing an item while close to a boundary. All in all this should
make BList noticably more scalable when doing large numbers of add/remove
operations.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25946 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-06-12 21:30:28 +00:00
..
add-ons * Rewrote TrackerAddOn.h header :-) 2007-10-15 22:56:37 +00:00
app * Enlarged the default BLooper port capacity to 200 messages. Since limiting 2008-05-29 18:24:19 +00:00
arch tag warnings with M68K: 2007-10-25 12:43:05 +00:00
be_apps Added the public header to allow apps to take advantage of the services daemon's app restart capabilities 2007-01-06 02:27:52 +00:00
bluetooth - Add some core code for the L2CAP layer (l2cap commands) 2008-06-12 19:31:29 +00:00
device Integrate the USBKit into libdevice and make it public. I left the USBKit.h 2008-04-07 19:24:16 +00:00
drivers * Removed the now superfluous pnp_devfs.h header. 2008-06-04 10:38:59 +00:00
game declared entry_ref 2008-02-08 21:37:25 +00:00
interface Fix GCC4 build. 2008-06-03 19:24:56 +00:00
kernel Added timeout constant B_ABSOLUTE_REAL_TIME_TIMEOUT which specifies a 2008-05-10 21:34:51 +00:00
mail fix a bit of gcc4 build 2007-10-15 22:35:52 +00:00
media * Rewrote MediaRoster.h 2008-03-24 15:42:58 +00:00
midi * Rewrote BeBuild.h which had "a few" consequences (got rid of all those class 2007-10-15 20:13:55 +00:00
midi2 style cleanup 2006-09-21 13:04:59 +00:00
net * Rewrote BeBuild.h which had "a few" consequences (got rid of all those class 2007-10-15 20:13:55 +00:00
opengl updated mesa to 7.0.3 2008-04-26 16:33:15 +00:00
storage Fix the GCC version check for the virtual destructor. Thanks to Micheal for 2008-04-19 07:01:48 +00:00
support Revamp BList somewhat to further optimize the resizing behavior. 2008-06-12 21:30:28 +00:00
translation * Rewrote BeBuild.h which had "a few" consequences (got rid of all those class 2007-10-15 20:13:55 +00:00
AppKit.h
Be.h
BeBuild.h Added some macros and an error message if another compiler than GCC is used. 2008-04-09 14:21:45 +00:00
DeviceKit.h
GameKit.h
InterfaceKit.h
KernelKit.h
MailKit.h
MediaKit.h
MidiKit.h
NetKit.h
NetworkKit.h Official place for socket.h is sys/ 2007-07-14 09:26:22 +00:00
OpenGLKit.h
StorageKit.h StorageKit.h still included the Alias.h header file I removed with the previous commit. 2007-07-06 12:52:01 +00:00
SupportKit.h
TranslationKit.h