Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 313 Bytes

ideas.md

File metadata and controls

14 lines (11 loc) · 313 Bytes

Performance

  • RC for vectors
  • Types for mmap'ed arrays
  • Matrix types
  • Simple optimizations via AST rewriting
  • Optimization using (static) shape analysis or manual shape annotations
  • C codegen
  • JIT compilation using LLVM

Usability

  • Kerf/APL-style pretty-printing
  • Complex numbers as a primitive type