trueagi-io / hyperon-experimental

MeTTa programming language implementation
https://metta-lang.dev
MIT License
123 stars 43 forks source link

(pragma! type-check auto) in standard library slows down the execution #639

Open vsbogd opened 3 months ago

vsbogd commented 3 months ago

Adding !(pragma! type-check auto) at the first line of the standard library written in MeTTa slows down metta::types::tests::simple_dep_types test significantly. Overall number of queries to the space grows from >26000 to >1100000. Time of the test grows from 0.3 s to 19 s.