Skip to content

Replacing signed int with uint#6

Merged
ehsandeep merged 1 commit intomainfrom
issue-4-arch-max-bits
Nov 12, 2022
Merged

Replacing signed int with uint#6
ehsandeep merged 1 commit intomainfrom
issue-4-arch-max-bits

Conversation

@Mzack9999
Copy link
Copy Markdown
Member

Description

This PR replaces signed int64 with uint since counters are always positive down to zero, giving a good approximation of unlimited take behavior.

Closes #4

@Mzack9999 Mzack9999 added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Nov 4, 2022
@Mzack9999 Mzack9999 self-assigned this Nov 4, 2022
@Mzack9999 Mzack9999 requested a review from Ice3man543 November 4, 2022 19:46
@ehsandeep ehsandeep merged commit 0635bd6 into main Nov 12, 2022
@ehsandeep ehsandeep deleted the issue-4-arch-max-bits branch November 12, 2022 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upper rate limit should adapt to 32/64 bit architecture

3 participants