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

Support FrArray #243

Merged
merged 2 commits into from
Jul 16, 2024
Merged

Support FrArray #243

merged 2 commits into from
Jul 16, 2024

Conversation

DavePearce
Copy link
Collaborator

This adds support for FrArray along with FrByteArray and FrElementArray. These essentially factor out data representation from the original notion of a Column. That is an improvement structurally speaking, but there remains work to be done.

This provides a simple implementation of an array of field elements
which is backed by a byte array.

This is now working, and is consuming less memory.  However, its taking
roughly twice as long to execute for reasons unknown.
Time is best when using this.  For short traces, it also seems like
about 1.5s is spent reading the `bin` file and `1.7s` lowering.  So,
there are optimisations to be achieved there.
@DavePearce DavePearce linked an issue Jul 16, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit 3eddf5b into main Jul 16, 2024
2 checks passed
@DavePearce DavePearce deleted the 193-support-fieldarray branch July 16, 2024 06:02
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.

Support FieldArray
1 participant