Skip to content

Interrogation and performance improvements

Compare
Choose a tag to compare
@izrik izrik released this 13 Nov 00:03
· 405 commits to master since this release
90becea

This release adds a new feature to interrogation. Interrogees can now return null to any question, which indicates that the answer is unknown, not applicable, or in some other way not available. For example, calling GetDimension on a scalar wouldn't make sense, so that will now return null. This release also includes a few minor improvements to memory usage, in an effort to reduce the number of memory allocations during evaluation.

What's Changed

Full Changelog: v0.7...v0.8