All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6]: compcache: Compressed Caching
@ 2008-03-24 15:00 ` Nitin Gupta
  0 siblings, 0 replies; 4+ messages in thread
From: Nitin Gupta @ 2008-03-24 15:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-mm

Hi All,

(sending to lkml since I didn't get any reply at linux-mm).

This implements a RAM based block device which acts as swap disk.
Pages swapped to this disk are compressed and stored in memory itself.
This allows more applications to fit in given amount of memory. This is
especially useful for embedded devices, OLPC and small desktops
(aka virtual machines).

Project home: http://code.google.com/p/compcache/

It consists of following components:
- compcache.ko: Creates RAM based block device
- tlsf.ko: Two Level Segregate Fit (TLSF) allocator
- LZO de/compressor: (Already in mainline)

Project home contains some performance numbers for TLSF and LZO.
For general desktop use, this is giving *significant* performance gain
under memory pressure. For now, it has been tested only on x86.

Thanks,
Nitin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-24 18:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-24 15:00 [PATCH 0/6]: compcache: Compressed Caching Nitin Gupta
2008-03-24 15:00 ` Nitin Gupta
     [not found] ` <5699f8f00803240921j5dc66547xf9a755ee531d8476@mail.gmail.com>
2008-03-24 18:15   ` Nitin Gupta
2008-03-24 18:15     ` Nitin Gupta

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.