Skip to content

Releases: trealla-prolog/go

Minor update

22 Feb 21:26
Compare
Choose a tag to compare
  • Update Trealla
  • Improved README a bit

Update Trealla

17 Feb 07:06
Compare
Choose a tag to compare
v0.11.27

update trealla

Update Trealla

10 Feb 11:06
Compare
Choose a tag to compare

Uses WASI SDK 19 now (and bulk memory), making it slightly faster.

Before
--------
BenchmarkQuery-16           2781            430403 ns/op
BenchmarkRedo-16           10000            105362 ns/op
BenchmarkTak-16                1        1037134310 ns/op

After
--------
BenchmarkQuery-16           3651            316519 ns/op
BenchmarkRedo-16           10000            103661 ns/op
BenchmarkTak-16                2         940270374 ns/op

Update Trealla

09 Feb 06:04
Compare
Choose a tag to compare
v0.11.25

update trealla

Update Trealla

08 Feb 12:06
Compare
Choose a tag to compare
v0.11.24

update trealla

Update Trealla

08 Feb 06:02
Compare
Choose a tag to compare
v0.11.23

update trealla

Speed boost

06 Feb 07:45
Compare
Choose a tag to compare

Update Trealla to latest, which uses more optimizations. This library is now about twice as fast :-)

Update Trealla

31 Jan 02:44
Compare
Choose a tag to compare
v0.11.21

update trealla

Update Trealla

24 Jan 03:01
Compare
Choose a tag to compare
v0.11.20

update trealla

Overflow bugfix

11 Jan 06:41
Compare
Choose a tag to compare
  • Fixes a bug with strings: when a WASM instance's memory size was greater than int32_max, pointers to strings could overflow and cause an error to be returned