Tristan Ravitch
Tristan Ravitch
Currently, `build-bom` shells out to `objcopy` to insert bitcode into binaries and to read it out. It would be nice to use the [object crate](https://crates.io/crates/object) instead to reduce run-time dependencies.
Clang supports response files, but build-bom currently is not able to analyze their contents to identify inputs and outputs.
Currently, the error reported when llvm-link is not available is not very expressive, and could be misinterpreted as some other file not being present. We should pre-check to ensure that...
Clang supports *response files*, which are special "file" arguments prefixed by `@` that actually contain the command line arguments that clang should be invoked with. This facility is generally used...
This branch implements a more strongly-typed data model. Users can specify a custom type system for relations and ensure at compile time that embedded datalog problems respect that type system....
Given PR #7, it might be useful to have bifunctor instances for the other graph backends
I've been thinking about making a release soon, but I'd like to consolidate the two CPU Info modules before I do so that I don't feel quite so obligated to...
I promise to make a proper website when I come up with a logo
Thanks for this - graph library performance is definitely not obvious. Do you have any interest in additional graph libraries to examine? I was a bit frustrated with fgl performance...
Data.Vector.Persistent.Array was taken from unordered-containers. I don't recall why - perhaps `primitive` was not mature enough at the time. It seems like it should be possible to just use `Array`...