Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.prolog > #14506
| From | Mild Shock <janburse@fastmail.fm> |
|---|---|
| Newsgroups | comp.lang.prolog |
| Subject | BigNums: JavaScript is killing it [Node.js v24.0.1] |
| Date | 2025-05-11 11:36 +1000 |
| Message-ID | <vvouv0$gt77$1@solani.org> (permalink) |
Hi, Just noticed that Node.js v24.0.1 has mostlikely faster BigNums. Here is some test: /* Dogelog Player 1.3.3 for JavaScript */ ?- time(_ is 7^(8^9)). % Zeit 3813 ms, GC 0 ms, Lips 5, Uhr 11.05.2025 11:31 true. Not bad , current bun.js cannot do it. And it is almost like this here based on GMP: /* SWI-Prolog 9.3.21 */ ?- time(_ is 7^(8^9)). % 0 inferences, 1.594 CPU in 1.677 seconds true Bye
Back to comp.lang.prolog | Previous | Next — Next in thread | Find similar | Unroll thread
BigNums: JavaScript is killing it [Node.js v24.0.1] Mild Shock <janburse@fastmail.fm> - 2025-05-11 11:36 +1000 Denoising Fixpoint Operator in Prolog (Was: BigNums: JavaScript is killing it [Node.js v24.0.1]) Mild Shock <janburse@fastmail.fm> - 2025-05-14 11:59 +1000
csiph-web