Fedora 10 Update: ocaml-ancient-0.9.0-1.fc10

updates at fedoraproject.org updates at fedoraproject.org
Fri Jul 3 19:56:14 UTC 2009


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2009-6304
2009-06-15 22:05:26
--------------------------------------------------------------------------------

Name        : ocaml-ancient
Product     : Fedora 10
Version     : 0.9.0
Release     : 1.fc10
URL         : http://merjis.com/developers/ancient
Summary     : OCaml library for large memory structures and sharing
Description :
Ancient is an OCaml module that allows you to use in-memory data
structures which are larger than available memory and so are kept in
swap. If you try this in normal OCaml code, you'll find that the
machine quickly descends into thrashing as the garbage collector
repeatedly iterates over swapped memory structures. This module lets
you break that limitation. Of course the module doesn't work by magic.
If your program tries to access these large structures, they still
need to be swapped back in, but it is suitable for large, sparsely
accessed structures.

Secondly, this module allows you to share those structures between
processes. In this mode, the structures are backed by a disk file, and
any process that has read/write access to that disk file can map that
file in and see the structures.

Developers should read the README.txt file included with the
ocaml-ancient-devel package carefully.

--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #502600 - Review Request: ocaml-ancient - OCaml library for large memory structures and sharing
        https://bugzilla.redhat.com/show_bug.cgi?id=502600
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update ocaml-ancient' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
http://fedoraproject.org/keys
--------------------------------------------------------------------------------




More information about the Fedora-package-announce mailing list