Re: Better performance with 2.6

From: Darren Williams
Date: Tue Mar 02 2004 - 17:12:43 EST


Hi albhaf

Look at the slab allocator, this is a cache
for commonly used objects in the kernel.

For more info see the original document:
The Slab Allocator:
An object caching kernel memory allocator
Jeff Bonwick

and

mm/slab.c

A quick google should turn up the correct paper.

Darren

On Tue, 02 Mar 2004, albhaf wrote:

> I know that 2.6 has the ability to get better
> performance than the other versions.
> But what parts of the kernel has provided to this
> performance upgrade?
>
> /albhaf
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--------------------------------------------------
Darren Williams <dsw AT gelato.unsw.edu.au>
Gelato@UNSW <www.gelato.unsw.edu.au>
--------------------------------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/