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

оптимизировать умножение и деление до 2х-байтовых операций #4

Open
Tracked by #56
blooddy opened this issue Feb 27, 2011 · 2 comments
Assignees
Milestone

Comments

@blooddy
Copy link
Owner

blooddy commented Feb 27, 2011

так как часто методы используются подряд несколько раз, не имеет смысла постоянно округлять до 4х байт. округлять стоит только результат.

@blooddy
Copy link
Owner Author

blooddy commented Mar 2, 2011

это касается всех производных методов. pow, modPow и т.д.

@blooddy
Copy link
Owner Author

blooddy commented Apr 10, 2016

перенести округление окончания в public, а private оставить 16 бит

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant