Skip to content

Replace ArrayList with BoundedArray in List type#58

Closed
guha-rahul wants to merge 1 commit intoblockblaz:masterfrom
guha-rahul:boundlist
Closed

Replace ArrayList with BoundedArray in List type#58
guha-rahul wants to merge 1 commit intoblockblaz:masterfrom
guha-rahul:boundlist

Conversation

@guha-rahul
Copy link
Copy Markdown

fixes #48

  • List.init() and List.fromSlice() no longer require an allocator parameter.
  • Updates all tests in tests.zig and beacon_tests.zig to use new API.

@guha-rahul guha-rahul requested a review from gballet as a code owner January 26, 2026 15:46
@gballet gballet closed this Feb 11, 2026
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.

use *BoundedArray instead of ArrayList in list

2 participants