Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 571 Bytes

File metadata and controls

5 lines (3 loc) · 571 Bytes

Burst compiler

Burst is a new LLVM based backend compiler technology that makes things easier for you. It takes C# jobs and produces highly-optimized machine code taking advantage of the particular capabilities of your platform. So you get a lot of the benefits of hand tuned assembler code, across multiple platforms, without all the hard work. The Burst compiler can be used to increase performance of jobs written for the C# Job System.

Back to Capsicum reference