Integrating the Wolfram Compiler with the Wolfram Engine
- Video Lesson
- 23 min
- Download Presentation Notebook
- Intermediate
Estimated Time: 23 min
Course Level: Intermediate
Summary
You can use the Wolfram Compiler to write fast and efficient code. This video lesson introduces some useful functions and typical workflows for working with compiled Wolfram Language code. See a real-world example using compiled code to speed up the quicksort algorithm in Wolfram Language.
Featured Products & Technologies: Wolfram Language (available in Mathematica and Wolfram|One), Wolfram Compiler
You'll Learn To
- Turn top-level code into compiled code
- Use the FunctionDeclaration, KernelFunction and DownValuesFunction functions
- Call the Wolfram Engine from compiled code
- Work with the InertExpression type