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

Use int normally, use int64 if needed #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Use int normally, use int64 if needed #6

wants to merge 2 commits into from

Conversation

Tougee
Copy link
Owner

@Tougee Tougee commented Sep 23, 2021

A new try to optimize calculations, normally use int, use Int64 while calling load3(), load4(), FeToBytes(), FeCombine(), FeMul(), feSquare(), ScMulAdd(), there're some Int32 usages.
Benchmark results are not fast enough, I'll make some detailed improvements later for object allocations.

@D00mch
Copy link

D00mch commented May 8, 2022

Why don't you merge it?

@Tougee
Copy link
Owner Author

Tougee commented May 9, 2022

Why don't you merge it?

Benchmark results not good.

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.

2 participants