Skip to content

LibreDF 1.0

Latest
Compare
Choose a tag to compare
@r-shf r-shf released this 15 Sep 11:29
  • Language: A subset of DIF language is used.
  • Actors: Some OpenCV functions are implemented as actors.
  • Parallelization: Two special actors for splitting and merging OpenCV Mat structure are provided.
  • Distribution: Actors can communicate through TCP besides shared memory. They can be distributed on multiple hosts. Tokens should be serialized and de-serialized to be transferred over network.
  • Scheduling: Actors can be scheduled by the OS or manually be configured to run on a specific core.