Skip to content

Vectorization as preprocessing

Dominic Kempf requested to merge feature/vectorization-as-preprocessing into master

Refactoring of the entire visiting process:

  • Have a dry run that collects information
  • Directly construct large matrices during tree visiting
  • Allow code generation for terminals to also handle indexing into the terminal!

Merge request reports

Loading