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

Adding NativeJIT to Benchmark Suite #61

Open
ArashPartow opened this issue Sep 8, 2016 · 1 comment
Open

Adding NativeJIT to Benchmark Suite #61

ArashPartow opened this issue Sep 8, 2016 · 1 comment

Comments

@ArashPartow
Copy link

I'd like to propose a simple mathematical expression parser based on NativeJIT to be included within the following benchmark suite:

https://github.com/ArashPartow/math-parser-benchmark-project/

We already have one JIT based parser (muparser/AsmJIT) suite, and it would be great to have another one and compare the differences specially performance with regards to float vs double types.

Would there happen to be a NativeJIT based mathematical expression parser example available that supports calculations using *, /, -, +, ^, functions like sin,cos,abs et al and variables?

@ArashPartow ArashPartow changed the title Adding NativeJit to Benchmark Suite Adding NativeJIT to Benchmark Suite Sep 8, 2016
@danluu
Copy link
Contributor

danluu commented Sep 9, 2016

Hi! That's a great idea!

The Parser example in the Examples directory could probably be modified to do that, but it doesn't support all of those functions right now. I'm in the middle of a large set of changes to https://github.com/bitfunnel/bitfunnel/, but I can take a look at making the appropriate changes in (probably) a couple of weeks.

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

No branches or pull requests

2 participants