lambdaclass / concrete

Concrete is a simple programming language specifically crafted for creating highly scalable systems that are reliable, efficient, and easy to maintain.
Apache License 2.0
123 stars 11 forks source link

Add assign type check #130

Closed JulianGCalderon closed 4 months ago

github-actions[bot] commented 4 months ago

Benchmarking factorial

Compiling factorial (factorial.con) Finished release in 29.151376ms Running 5000000 iterations Using input value: 20 Concrete Result = 2432902008176640000 Time taken : 59.13 ms Rust Result = 2432902008176640000 Time taken : 60.10 ms

Benchmarking fib

Compiling fib (fib.con) Finished release in 25.681343ms Running 5000 iterations Using input value: 20 Concrete Result = 6765 Time taken : 136.08 ms Rust Result = 6765 Time taken : 85.30 ms