[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Move all uint encodings to litte-endian #1537

Open
sorpaas opened this issue Jan 23, 2019 · 0 comments
Open

Move all uint encodings to litte-endian #1537

sorpaas opened this issue Jan 23, 2019 · 0 comments
Labels
I9-optimisation An enhancement to provide better overall performance in terms of time-to-completion for a task. U4-some_day_maybe Issue might be worth doing eventually.
Milestone

Comments

@sorpaas
Copy link
Member
sorpaas commented Jan 23, 2019

This issue contains two tasks:

  • Current uint types like U256 / U128 / U512 uses big-endian internally. We should either assess whether we actually uses those types, or provide a switch in uint that allows using litte-endian for internal representation.
  • For update primitive types minor version and solve breaking changes #1535 currently from_low_u64_be is used, we should switch that to litte-endian.
@sorpaas sorpaas added I9-optimisation An enhancement to provide better overall performance in terms of time-to-completion for a task. U4-some_day_maybe Issue might be worth doing eventually. labels Jan 23, 2019
@bkchr bkchr added this to the As-and-when milestone Jan 23, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
I9-optimisation An enhancement to provide better overall performance in terms of time-to-completion for a task. U4-some_day_maybe Issue might be worth doing eventually.
Projects
None yet
Development

No branches or pull requests

2 participants