[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Re: Bignum performance
From: |
Emanuel Berg |
Subject: |
Re: [PATCH] Re: Bignum performance |
Date: |
Sat, 19 Aug 2023 15:10:09 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Simon Leinen wrote:
> Emacs also has `most-negative-fixnum' and
> `most-positive-fixnum' (borrowed from Common Lisp but now
> part of the core).
>
> On my 64-bit system (GNU Emacs 30.0.50 on
> aarch64-apple-darwin22.5.0):
>
> (= (- (expt 2 61)) most-negative-fixnum) → t
> (= (1- (expt 2 61)) most-positive-fixnum) → t
>
> (Same as on Emanuel's.)
At least that computation was correct then!
Now that Gerd has solved the little mystery why Fibonacci was
seemingly so much faster on Common Lisp and we also got that
performance gain patch from Ihor I don't know how much sense
it makes to continue translating the emacs-benchmarks to
Common Lisp, or rather if anyone is motivated enough to do it,
but this is how far I got:
https://dataswamp.org/~incal/cl/bench/
--
underground experts united
https://dataswamp.org/~incal
- Re: [PATCH] Re: Bignum performance, (continued)
- Re: [PATCH] Re: Bignum performance, Po Lu, 2023/08/15
- Re: [PATCH] Re: Bignum performance, Emanuel Berg, 2023/08/15
- Re: [PATCH] Re: Bignum performance, Po Lu, 2023/08/15
- Re: [PATCH] Re: Bignum performance, tomas, 2023/08/16
- Re: [PATCH] Re: Bignum performance, Gerd Möllmann, 2023/08/16
- Re: [PATCH] Re: Bignum performance, Gerd Möllmann, 2023/08/16
- Re: [PATCH] Re: Bignum performance, Po Lu, 2023/08/16
- Re: [PATCH] Re: Bignum performance, Gerd Möllmann, 2023/08/16
- Re: [PATCH] Re: Bignum performance, Emanuel Berg, 2023/08/16
- Re: [PATCH] Re: Bignum performance, Simon Leinen, 2023/08/18
- Re: [PATCH] Re: Bignum performance,
Emanuel Berg <=
- Re: [PATCH] Re: Bignum performance, Ihor Radchenko, 2023/08/20
- Re: [PATCH] Re: Bignum performance, Emanuel Berg, 2023/08/20
- Re: [PATCH] Re: Bignum performance, Emanuel Berg, 2023/08/28