haiku/headers/build/os/support
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
..
Archivable.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
Autolock.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
Beep.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
BlockCache.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
BufferIO.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
ByteOrder.h FreeBSD build fix. Must have overlooked this one. Thanks to Samuel Rodriguez Perez. 2006-12-02 16:13:15 +00:00
ClassInfo.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
DataIO.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
Debug.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
Errors.h Undefine ENOATTR. We redefine it below. 2007-07-03 14:15:15 +00:00
Flattenable.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
List.h Revamp BList somewhat to further optimize the resizing behavior. 2008-06-12 21:30:28 +00:00
Locker.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
StopWatch.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
String.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
SupportDefs.h Updated our build SupportDefs.h to the same version as the current standard 2008-02-29 23:43:18 +00:00
TLS.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
TypeConstants.h Updated headers/build/os/support/TypeConstants.h with the current 2008-02-25 00:55:57 +00:00
UTF8.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
parsedate.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00