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

New-WSV #2664

Closed
SamHSmith opened this issue Aug 27, 2022 · 3 comments
Closed

New-WSV #2664

SamHSmith opened this issue Aug 27, 2022 · 3 comments
Assignees
Labels
Enhancement New feature or request Epic iroha2-dev The re-implementation of a BFT hyperledger in RUST Optimization Something isn't working as well as it should

Comments

@SamHSmith
Copy link
Contributor

SamHSmith commented Aug 27, 2022

No description provided.

@SamHSmith SamHSmith added iroha2-dev The re-implementation of a BFT hyperledger in RUST Enhancement New feature or request Optimization Something isn't working as well as it should labels Aug 27, 2022
@SamHSmith SamHSmith self-assigned this Aug 27, 2022
@appetrosyan
Copy link
Contributor

Data-orientation is a bit broad. Could you provide us with a few more specifics?

@SamHSmith
Copy link
Contributor Author

The number one reason why code runs slowly is cache misses. So in order to be fast we have to be very conscious about how data is stored and accessed. Right now we don't do this.

We also want to apply patch theory to this problem. Something that I think also requires this kind of approach. It's Data in, Data out. What transformations are we actually doing?

@SamHSmith SamHSmith changed the title Data Oriented World State View New-WSV Sep 30, 2022
@SamHSmith SamHSmith added the Epic label Oct 3, 2022
@SamHSmith SamHSmith removed their assignment Jun 13, 2023
@Erigara Erigara self-assigned this Sep 7, 2023
Erigara added a commit to Erigara/iroha that referenced this issue Nov 20, 2023
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara added a commit to Erigara/iroha that referenced this issue Nov 20, 2023
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara added a commit to Erigara/iroha that referenced this issue Nov 21, 2023
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara added a commit to Erigara/iroha that referenced this issue Nov 21, 2023
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara added a commit to Erigara/iroha that referenced this issue Nov 21, 2023
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara added a commit to Erigara/iroha that referenced this issue Nov 27, 2023
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara added a commit to Erigara/iroha that referenced this issue Nov 30, 2023
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara added a commit to Erigara/iroha that referenced this issue Dec 5, 2023
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara added a commit to Erigara/iroha that referenced this issue Mar 18, 2024
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara added a commit to Erigara/iroha that referenced this issue Mar 19, 2024
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara added a commit to Erigara/iroha that referenced this issue Mar 19, 2024
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara added a commit to Erigara/iroha that referenced this issue Mar 20, 2024
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
Erigara added a commit that referenced this issue Mar 21, 2024
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
@nxsaken
Copy link
Contributor

nxsaken commented May 14, 2024

@Erigara should we close this?

@Erigara Erigara closed this as completed May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Epic iroha2-dev The re-implementation of a BFT hyperledger in RUST Optimization Something isn't working as well as it should
Projects
None yet
Development

No branches or pull requests

4 participants