Saturday, October 19, 2024

Gliimly 65 released

  • Added --parallel option to gg utility to enable multi-threaded compilation. Now the speed of making large application can be multiple times faster, for instance 3-5 times faster with a typical laptop.
  • Added high-performance hash for parameters (see set-param, get-param), making them comparable to C's stack variables in performance.
  • Removed input-count, input-name, input-value clauses from get-req statement as they are superfluous now.
  • set-param enhanced by making =<value> optional. This is often used when parameter name and the variable assigned to it have the same name. It makes the code reading and writing cleaner.