Skip to content

PaSh v0.6

Compare
Choose a tag to compare
@dkarnikis dkarnikis released this 17 Dec 16:22
· 367 commits to main since this release
7a26863

This is the state of the repo (version 0.6) as of December 2021

Changelog - Commits

  • [3495cab] - Parallel pipelines implementation
  • [65ed28b] - Make sure that pash finishes execution if the daemon crashes
  • [3ed1a38] - Add buffer to scheduler to deal with multiple inputs
  • [751a261] - Make a first iteration of a profile-driven width lowering
  • [8308421] - Gather pids to kill when spawning
  • [9b18a84] - Added logic to make sure to improve performance when input is small
  • [65e0de6] - Daemon communicates through a socket instead of fifos
  • [8edcbaa] - Add a mini-experiment that checks the runtime overhead in a tight loop
  • [7704d79] - Exposing the exit status of pash-compiled pipelines
  • [fc5ba6f] - Add CI jobs for future branch
  • [487cc93] - For loops benchmark set
  • [3182e4d] - Alternative syntax for poets
  • [49052eb] - Fix an issue when umask is very restrictive when invoking pash
  • Other CI and Bug Fixes