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


Groups > comp.lang.prolog > #13949

Re: ANN: Dogelog Player 1.1.4 (Generational GC)

From Mild Shock <janburse@fastmail.fm>
Newsgroups comp.lang.prolog
Subject Re: ANN: Dogelog Player 1.1.4 (Generational GC)
Date 2024-01-20 11:04 +0100
Message-ID <uog5rn$ml7a$2@solani.org> (permalink)
References <ukaeqr$260j2$1@solani.org> <ulqf4g$3jk9$1@solani.org> <unglac$795a$1@solani.org> <uof2ah$m4av$1@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.prolog | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

ANN: Dogelog Player 1.1.4 (Generational GC) Mild Shock <janburse@fastmail.fm> - 2023-11-30 17:55 +0100
  Re: ANN: Dogelog Player 1.1.4 (Generational GC) Mild Shock <janburse@fastmail.fm> - 2023-12-18 22:55 +0100
    Re: ANN: Dogelog Player 1.1.4 (Generational GC) Mild Shock <janburse@fastmail.fm> - 2024-01-08 12:12 +0100
      Re: ANN: Dogelog Player 1.1.4 (Generational GC) Mild Shock <janburse@fastmail.fm> - 2024-01-20 00:58 +0100
        Re: ANN: Dogelog Player 1.1.4 (Generational GC) Mild Shock <janburse@fastmail.fm> - 2024-01-20 11:04 +0100

csiph-web