Dear all,
We have released another 9.4 late-summer maintenance release with new performance tweaks and minor bug fixes:
In addition, we have started a new Wiki article on XQuery optimizations, which we plan to extend step by step:
https://docs.basex.org/wiki/XQuery_Optimizations
We are looking forward to your feedback; have fun, Your BaseX Team
Dear all,
BaseX 9.4.3 is available, another late-summer maintenance release with new compile-time optimizations and performance tweaks:
Have fun everyone, Your BaseX Team
Dear all,
BaseX 9.4.4 is available. Once again, we have focused on performance tweaks and fixed some minor bugs.
Have fun, thanks for all, Your BaseX Team
Dear all,
Another patch release with bug fixes is online.
All the best, Christian
Dear all,
BaseX 9.5.1 is out. Some minor bugs have been fixed (nothing critical), and some more queries are rewritten to a faster representation.
For example, consecutive for and let clauses will be merged now, and…
for $e in 1 to 10 let $n := $e + 1 order by $n descending return string($n)
…will be optimized to:
reverse(2 to 11) ! string(.)
Have fun with the new release, stay healthy, Your BaseX Team
basex-announce@mailman.uni-konstanz.de