Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ocaml-ancient | Distribution: Mageia |
Version: 0.9.0 | Vendor: Mageia.Org |
Release: 14.mga8 | Build date: Sun Jan 10 16:54:13 2021 |
Group: Development/OCaml | Build host: localhost |
Size: 55345 | Source RPM: ocaml-ancient-0.9.0-14.mga8.src.rpm |
Packager: pterjan <pterjan> | |
Url: http://git.annexia.org/?p=ocaml-ancient.git | |
Summary: OCaml library for large memory structures and sharing |
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.
LGPL + OCaml linking exception
* Sun Jan 10 2021 pterjan <pterjan> 0.9.0-14.mga8 + Revision: 1670426 - Rebuild to generate ocamlx provides * Fri Feb 28 2020 umeabot <umeabot> 0.9.0-13.mga8 + Revision: 1551127 - Rebuild for ocaml 4.10.0 final * Wed Feb 19 2020 umeabot <umeabot> 0.9.0-12.mga8 + Revision: 1544390 - Mageia 8 Mass Rebuild * Sun Jan 26 2020 tv <tv> 0.9.0-11.mga8 + Revision: 1483000 - rebuild for ocaml-4.10
/usr/lib/.build-id /usr/lib/.build-id/d0 /usr/lib/.build-id/d0/517c5e13132fe829bc3375c3b9a666914dca48 /usr/lib64/ocaml/ancient /usr/lib64/ocaml/ancient/META /usr/lib64/ocaml/ancient/ancient.cma /usr/lib64/ocaml/ancient/ancient.cmi /usr/lib64/ocaml/ancient/dllancient.so /usr/share/doc/ocaml-ancient /usr/share/doc/ocaml-ancient/README.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 13 10:18:22 2024