This is the mail archive of the guile@cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: New shared substring implementation



hi all

i've written a copy-on-write shared memory implementation as part
of some stuff i (was) doing for gimp.  it only shares whole blocks of
memory and might be a bit heavyweight, but you are welcome to look
it over if you want to see the approach i took.  maybe some ideas
might be applicable.


the code and design docs are in

  ftp://ftp.gimp.org/pub/users/rayl/cowmgr-0.0.10.tar.gz

under the memmgmt subdir


cheers

-- 
-----------------------------------------------------------------------------
  Ray Lehtiniemi (rayl@gimp.org)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]