souffle-haskell v0.1.0 Release Notes

Release Date: 2019-12-21 // over 4 years ago
  • โž• Added

    • โž• Added Marshal instance for lazy and strict Text

    ๐Ÿ”„ Changed

    • getFacts can now return a vector instead of a list, based on type inference. This allows for a more efficient representation in memory as well as being able to allocate all needed memory once before collecting facts.