Releases: vmware/differential-datalog
Releases · vmware/differential-datalog
DDlog v0.5.2
Bug fix release
DDlog v0.5.1
Bug fix release
DDlog v0.5.0
New transaction API aggregates changes inside DDlog
DDlog v0.4.2
Bug fix release
DDlog v0.4.1
- Signed numbers
- Type casting
- Include files needed for offline builds in binary releases
DDlog v0.4
Bug fixes, optimizations, improved profiling and debugging infrastructure.
DDlog v0.3.1
- Add
ddlogapi.jar
to the distribution - String interning library
DDlog v0.3: upgrade to differential-dataflow v0.9
Upgrade DDlog to use the latest release of the differential-dataflow library. This results in better performance, especially on large programs.
DDlog v0.2: Optimizations + Relation Transformers feature
-
Features
- Relation transformers (experimental)
-
Library functions
std.string_substr()
std.group_set_unions()
allocate.allocate_with_hint()
tinyset
library
-
Optimizations
- Improved differential dataflow arrangement reuse
- Save memory and CPU cycles by only boxing large values
-
C API improvements
ddlog_dump_record()
- function to pretty-print DDlog recordsddlog_dump_ovsdb_delta()
- a single function to convert all table updates to JSON
DDlog v0.1
Configure travis to publish binary releases Triggered on every tagged commit