Skip to content

1.0.8

Compare
Choose a tag to compare
@Piedone Piedone released this 13 Jan 16:06
· 1479 commits to client since this release
  • Adding ability to inline methods to vastly improve performance if the method is small but called a lot of times.
  • Adding support for ref and out parameters, see the issue.
  • Fix64 fixed-point number type added for computations with fractions.
  • Simplified configuration of parallelized code: no need to manually specify the degree of parallelism any more in most cases (see ParallelAlgorithmSampleRunner for example: Configure() is just one line now).
  • Various smaller bugfixes and improvements.

For all publicly tracked issues resolved with this release see the corresponding milestone.