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

perf(math): avoid copying twice on bigint operations #366

Merged
merged 8 commits into from
Apr 3, 2024

Conversation

chokobole
Copy link
Contributor

Description

This PR avoids copying twice on math::BigInt<N> operations

@chokobole chokobole force-pushed the perf/avoid-copying-twice-on-bigint-operation branch 3 times, most recently from 6de07ed to 009a5f6 Compare March 29, 2024 14:49
Copy link
Contributor

@dongchangYoo dongchangYoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

tachyon/math/base/big_int.h Show resolved Hide resolved
tachyon/math/base/big_int.h Show resolved Hide resolved
tachyon/math/base/big_int.h Show resolved Hide resolved
Copy link
Contributor

@Insun35 Insun35 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ashjeong ashjeong changed the title perf(math): avoid copying twice on bigint operation perf(math): avoid copying twice on bigint operations Apr 2, 2024
@chokobole chokobole force-pushed the perf/avoid-copying-twice-on-bigint-operation branch from 009a5f6 to 80b6939 Compare April 2, 2024 08:11
@chokobole chokobole force-pushed the perf/avoid-copying-twice-on-bigint-operation branch from 80b6939 to d74d8aa Compare April 2, 2024 08:17
Copy link
Contributor

@TomTaehoonKim TomTaehoonKim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@ashjeong ashjeong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chokobole chokobole merged commit e6076ca into main Apr 3, 2024
3 checks passed
@chokobole chokobole deleted the perf/avoid-copying-twice-on-bigint-operation branch April 3, 2024 01:17
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.

None yet

5 participants