New contrib: SB-GMP
authorPaul Khuong <pvk@pvk.ca>
Fri, 28 Jun 2013 03:15:38 +0000 (23:15 -0400)
committerPaul Khuong <pvk@pvk.ca>
Fri, 28 Jun 2013 04:18:16 +0000 (00:18 -0400)
commit1656e5415acddf6655569b8332e138c36640c08a
treed4c18ce78f588fc4d85bedce260dacd53f3bd270
parentd30da16eea1fe05d17d337c5f392f12736199dc0
New contrib: SB-GMP

 This contrib was developed by Stephan Frank to replace some of our
 bignum and rational arithmetic code with calls to libgmp.  Simply
 loading the contrib will transparently accelerate arithmetic on
 large rationals when libgmp is available; if libgmp cannot be found,
 the contrib should change nothing.

 The contrib also wraps additional functions in GNU MP, so that they
 accept and return SBCL-native integers or ratios.  See GNU MP's manual
 for more information.
CREDITS
NEWS
contrib/sb-gmp/Makefile [new file with mode: 0644]
contrib/sb-gmp/README.md [new file with mode: 0644]
contrib/sb-gmp/gmp.lisp [new file with mode: 0644]
contrib/sb-gmp/sb-gmp.asd [new file with mode: 0644]
contrib/sb-gmp/tests.lisp [new file with mode: 0644]