Skip to content

DDlog v0.46.0

Compare
Choose a tag to compare
@ryzhyk ryzhyk released this 18 Aug 22:05
· 106 commits to master since this release

[0.46.0] - Aug 18, 2021

Optimizations

  • Speedup hashing of interned objects (fixes performance regression in 0.43.0,
    see #1053 for details).
  • Speedup serialization of the json::JsonValue type (see #1052)

Initial Calcite SQL support

  • Added partial support for the Calcite dialect of SQL (see #1044) to the
    SQL-to-DDlog translator.