Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #53141
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: ANN: Dogelog Player 1.1.4 (Generational GC) |
| Date | 2024-01-20 11:20 -0500 |
| Organization | A noiseless patient Spider |
| Message-ID | <uogrss$3o3e0$1@dont-email.me> (permalink) |
| References | <ukaevd$260j2$4@solani.org> <ulqf6q$3jk9$2@solani.org> <unglct$795a$4@solani.org> <uof2fo$m4av$4@solani.org> <uog5vj$ml7a$4@solani.org> |
On 1/20/2024 5:06 AM, Mild Shock wrote: > Our initial testing with CPython was consistently > very disappointing, so that we switched to PyPy, > the alternative JIT-ing implementation of Python. > With running Doglog Player via PyPy it becomes > comparable in performance to the JavaScript target, > both targets now only lack by ca 50% behind the > Java target and SWI-Prolog. PyPy is "a" alternative JIT-ing implementation of Python. There are other - including GraalPython and IronPython. GraalPython performs very well. And if you are to the more exotic you can look at AOT with Cython or Codon. Arne
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: ANN: Dogelog Player 1.1.4 (Generational GC) Mild Shock <janburse@fastmail.fm> - 2023-12-18 22:56 +0100
Re: ANN: Dogelog Player 1.1.4 (Generational GC) Mild Shock <janburse@fastmail.fm> - 2024-01-20 11:06 +0100
Re: ANN: Dogelog Player 1.1.4 (Generational GC) Arne Vajhøj <arne@vajhoej.dk> - 2024-01-20 11:20 -0500
csiph-web