History log of /haiku/src/add-ons/kernel/file_systems/packagefs/util/TwoKeyAVLTree.h
Revision Date Author Comments
# 4e51d4b7 28-Feb-2023 Augustin Cavalier <waddlesplash@gmail.com>

packagefs: Use object_cache_delete instead of calling a destructor manually.

No functional change.


# d387d8c5 09-Jul-2019 Augustin Cavalier <waddlesplash@gmail.com>

packagefs: Use an object_cache in the TwoKeyAVLTree also.

TwoKeyAVLTree in packagefs is used for indexing. On a stock nightly,
just after boot there are 3 TwoKeyAVLTrees with just over 28000 items
each. So, this is another significant load off the generic allocator.


# 70b978fd 05-Dec-2013 Murai Takashi <tmurai01@gmail.com>

Fix the build with GCC4.8

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>


# 1e7416d9 11-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

packagefs: Organize sources into subdirectories


# 70b978fd9fc574e72a9f91f58beb36c521ec57c4 05-Dec-2013 Murai Takashi <tmurai01@gmail.com>

Fix the build with GCC4.8

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>


# 1e7416d9b3846396e2f7d6552e37d72664cd6853 11-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

packagefs: Organize sources into subdirectories