mirror of
https://github.com/nspcc-dev/hrw.git
synced 2026-03-01 04:28:41 +00:00
Use integer weights #1
Labels
No labels
I0
I1
I4
S2
S2
S3
S4
U4
U4
blocked
dependencies
discussion
enhancement
feature
go
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/hrw#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fyrchik on GitHub (Sep 9, 2020).
floatweights are cumbersome. We can use integer ones (or some kind of decimals) as they are easier to work with in multiple languages.@alexvanin commented on GitHub (Sep 9, 2020):
I think it is possible to normalize values, considering
1.0asmath.MaxUint64(32, 16?) and0.0as0.@fyrchik commented on GitHub (Sep 11, 2020):
Actually we can use both and corresponding suffix to function names (
U64,F64).