Sujet : Re: ANN: Dogelog Player 1.2.5 (bun.js Support)
De : prolog (at) *nospam* asap.mozmail.com (Aleks Grabowski)
Groupes : comp.lang.prologDate : 07. Dec 2024, 12:46:48
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vj1cj8$329t4$1@dont-email.me>
References : 1
User-Agent : Pan/0.161 (Chasiv Yar; df69451)
Date :Thu, 5 Dec 2024 01:21:33 +0100. Mild Shock wrote:
Dear All,
We are happy to announce a new edition of the Dogelog player:
- New library(util/tree):
This is the second library we have created that
is based on the change_arg/3 predicate and provides a non-backtracking
capable data structure. This time we created red-black trees.
- Improved library(aggregate):
First, a new implementation using library(util/tree)
was planned. But we finally decided to use the faster
library(util/hash) together with keysort/2. A new predicate
unnumbervars/3 ensures the creation of variables.
- bun.js Support:
To use bun.js, we fixed a programming error by
replacing our OS success test with falsy tests (!err).
We found 4 non-critical discrepancies with node.js. The performance lags
slightly behind node.js because the JavaScript version is older.
Have Fun!
Hi all,
Same as in previous post. Arch AUR package was also updated.
https://aur.archlinux.org/packages/dogelog-nodehttps://aur.archlinux.org/packages/dogelog-javahttps://aur.archlinux.org/packages/dogelog-pyP.S. I will need to write a hook to automatically send usenet
announcement
on every commit that updates version.