binyomen / binyomen/loxide

Grow the stack dynamically as more values are added

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
enhancement optimization
Dominant language
Rust
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

We could start with a reasonable capacity of 256 maybe. It would also mean we could store `Value`s directly in the stack rather than needing to use `Option`s.

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the stack implementation and trace how it stores `Value`s and uses `Option`s. Start by checking the stack operations and any existing tests, then verify that the stack grows as values are added, begins with capacity 256, and stores values directly without `Option`s.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
compilers
Issue type
Refactor
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.