Skip to content

2.0.0: Wormwood

Compare
Choose a tag to compare
@geremachek geremachek released this 17 Oct 20:05
· 44 commits to master since this release

Merlin 2.0!

Changes

  • Nomens are handled using a hashmap, rather than the janky old method
  • The mirror command was removed, it didn't really do anything that was very useful (I never used it)
  • Faster insertions with a new buffer structure
  • Handle STDIN and STDOUT at the same time on calls to infuse. This allows you to pass a lot more data
  • carved will return @ to represent written buffers, an empty string is harder to parse, no?