mangle
mangle copied to clipboard
Context, just for background: I've just [started reading up on Datalog](https://github.com/enola-dev/enola/blob/856c5262a7d5949585303ef1329b81edc3fc4e8f/models/enola.dev/other.ttl#L79) for my explorations in https://github.com/enola-dev/enola/issues/842 over [on Enola.dev](https://docs.enola.dev). I'm hoping to be playing around with some Datalog implementations over...
Bumps the go_modules group with 1 update: [github.com/golang/glog](https://github.com/golang/glog). Updates `github.com/golang/glog` from 1.2.0 to 1.2.4 Release notes Sourced from github.com/golang/glog's releases. v1.2.4 What's Changed Fail if log file already exists by...
The simplecolumn file format is a pretty simple column-oriented file format to store facts. It should really have a version number (to permit evolution) and be documented properly.
The aggregation syntax - apart from being quite undocumented - needs much explanation. Erik Meijer suggested via LinkedIn: | I would love to be able to write something like ```...
Bumps the cargo group with 1 update in the /rust directory: [wasmtime](https://github.com/bytecodealliance/wasmtime). Updates `wasmtime` from 30.0.2 to 36.0.3 Release notes Sourced from wasmtime's releases. v36.0.3 36.0.3 Released 2025-11-11. Fixed Prevent...
- Test includes two declarations of the same predicate foo/3 - Expected behavior: analysis should report error for duplicate declarations Addresses: https://github.com/google/mangle/issues/25
Hello, regarding the issue: https://github.com/google/mangle/issues/65 I have studied about FactStore and implemented a semi-columnar storage for better reads in big queries. Write still needs optimizations and I'm thinking of it...
Hello, what does the comment mean here? you want a persistent map instead of allocating one each time? ```Go // Not a built-in predicate. Call lookupFn. lookupFn(p, func(fact ast.Atom) error...