-
Notifications
You must be signed in to change notification settings - Fork 485
Builtin Array example #7092
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
base: master
Are you sure you want to change the base?
Builtin Array example #7092
Conversation
e7bc91d
to
0edc4ee
Compare
3ce5ccf
to
68761e8
Compare
6022c7a
to
310556f
Compare
310556f
to
c575c94
Compare
68761e8
to
f4e3f38
Compare
f4e3f38
to
0f4f5c9
Compare
0f4f5c9
to
9c4bb4a
Compare
|
9c4bb4a
to
5c3251c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be clarified that this is an upcoming feature - not usable yet. And I think it deserves more publicity than being a part of "Other Optimization Techniques".
I suggest creating a category of pages, called "Upcoming Features". Under it, add a page called "Builtin Arrays", and put the content there. You can reference it in "Other Optimization Techniques".
doc/docusaurus/docs/working-with-scripts/other-optimization-techniques.md
Outdated
Show resolved
Hide resolved
doc/docusaurus/docs/working-with-scripts/other-optimization-techniques.md
Outdated
Show resolved
Hide resolved
Create a dedicated documentation section for features under development that are not yet available for use. This provides better organization and clearer messaging about feature availability status.
Relocate BuiltinArray documentation from optimization techniques to its own dedicated page in the upcoming features section. This addresses review feedback about giving the feature more prominence and clearer status messaging. Add comprehensive guidance on when to choose arrays versus lists from the design phase, including performance characteristics and current limitations. Clarify that lookup performance is 206x better than lists but conversion costs must be considered for multiple-lookup scenarios. Include note about future plans to add arrays directly to ScriptContext to avoid conversion overhead.
5c3251c
to
9660390
Compare
Closes https://github.com/IntersectMBO/plutus-private/issues/1590
Preview: https://plutus.cardano.intersectmbo.org/pr-preview/pr-7092/working-with-scripts/other-optimization-techniques#using-builtinarray-for-index-based-lookups