
this is a first cut at a caching, swapping, shared COW memory manager
for gimp16.  i would like this to be integrated onto the trunk at some
point before or shortly after the 1.2 release.

to use:

  - cvs co gimp
  - cd gimp
  - tar zxvf cowmgr-x.x.x.tar.gz
  - cd cowmgr-x.x.x
  - ./configure --prefix=/some/where
  - make
  - make install
  - cd ..
  - /some/where/bin/prepare_merge
  - less merge*.output
  - ./autogen.sh --prefix=/some/where
  - make
  - make install
  - /some/where/bin/gimp


i build this against the latest glib, gtk+, and guile-core CVS trees.

please send me feedback if you use this.


thanks

ray lehtiniemi <rayl@gimp.org>

