Releases: trealla-prolog/go
Releases · trealla-prolog/go
Minor update
- Update Trealla
- Improved README a bit
Update Trealla
v0.11.27 update trealla
Update Trealla
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
v0.11.25 update trealla
Update Trealla
v0.11.24 update trealla
Update Trealla
v0.11.23 update trealla
Speed boost
Update Trealla to latest, which uses more optimizations. This library is now about twice as fast :-)
Update Trealla
v0.11.21 update trealla
Update Trealla
v0.11.20 update trealla
Overflow bugfix
- 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