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

Hstaykov/refactor arrays to static vectors #281

Closed
wants to merge 28 commits into from

Conversation

HristoStaykov
Copy link
Contributor

Refactor that allows to pack the data structures used.

In order to work with the JSON parser the data structures that the circuits accept must be packed.
In this PR we refactor all usages of std::array to a custom type that is a wrapper of a C style array.

@HristoStaykov HristoStaykov requested a review from Xearty February 16, 2024 13:10
@HristoStaykov HristoStaykov self-assigned this Feb 16, 2024
@HristoStaykov HristoStaykov force-pushed the hstaykov/refactor_arrays_to_static_vectors branch from 7d2af10 to e522cf7 Compare February 16, 2024 16:32
@HristoStaykov HristoStaykov force-pushed the hstaykov/refactor_arrays_to_static_vectors branch from e522cf7 to acab843 Compare February 16, 2024 16:35
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.

1 participant