Browse thread
convertion between OCaml Big_int and C
-
Jianzhou Zhao
-
Olivier Schwander
-
Jianzhou Zhao
- Olivier Schwander
-
Jianzhou Zhao
-
Olivier Schwander
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Olivier Schwander <olivier.schwander@c...> |
| Subject: | Re: [Caml-list] convertion between OCaml Big_int and C |
Le 13 Oct 2010 12:01, Jianzhou Zhao a écrit: > Thanks. Are they the MLGMP and Numerix listed in "the Caml Hump: > General purpose libraries :: Numeric computation" ? > http://caml.inria.fr/cgi-bin/hump.en.cgi?sort=0&browse=75 > From the documents of Numerix, it runs much faster than the big_int > library, although it may not be as portable as the 'nat' that big_int > replies on. Yes, there is also mlgmpidl <http://www.inrialpes.fr/pop-art/people/bjeannet/mlxxxidl-forge/mlgmpidl/>. Olivier