Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix opaque pointers in merge and remove wrappers.cpp #126

Merged
merged 1 commit into from
May 8, 2024
Merged

Conversation

edg-l
Copy link
Member

@edg-l edg-l commented May 7, 2024

No description provided.

Copy link

github-actions bot commented May 7, 2024

Benchmarking factorial

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

Benchmarking fib

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

@edg-l edg-l added this pull request to the merge queue May 8, 2024
Merged via the queue into main with commit 27904dc May 8, 2024
5 checks passed
@edg-l edg-l deleted the fix_main branch May 8, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants