1.0.8
- Adding ability to inline methods to vastly improve performance if the method is small but called a lot of times.
- Adding support for
ref
andout
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.