Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #53135

Re: ANN: Dogelog Player 1.1.4 (Generational GC)

From Mild Shock <janburse@fastmail.fm>
Newsgroups comp.lang.java.programmer
Subject Re: ANN: Dogelog Player 1.1.4 (Generational GC)
Date 2024-01-20 11:06 +0100
Message-ID <uog5vj$ml7a$4@solani.org> (permalink)
References <ukaevd$260j2$4@solani.org> <ulqf6q$3jk9$2@solani.org> <unglct$795a$4@solani.org> <uof2fo$m4av$4@solani.org>

Show all headers | View raw


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.

See also:

Streaming HTTP for Dogelog Player [corrected]
https://twitter.com/dogelogch/status/1748646455999332354

Streaming HTTP for Dogelog Player [corrected]
https://www.facebook.com/groups/dogelog

Mild Shock schrieb:
> 
> Dogelog Player is a 100% Prolog written Prolog
> interpreter. We started seeding the implementation
> of a common HTTP Server library for all targets
> JavaScript, Python and Java. Lets take a snapshot of
> the current API and report some performance experience.
> 
> We could complete a minimal library(spin) and
> demonstrate the correct UTF-8 HTTP streaming of a
> text stream. We then measured the local delivery of
> a hobbit.txt file of 50'000 bytes, we also run
> against SWI-Prolog. We were positively surprised by
> the performance of JavaScript, Java and SWI-Prolog.
> Only the Python performance was a little disappointing.
> 
> See also:
> 
> Streaming HTTP for Dogelog Player
> https://twitter.com/dogelogch/status/1748477496364818517
> 
> Streaming HTTP for Dogelog Player
> https://www.facebook.com/groups/dogelog

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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