summaryrefslogtreecommitdiff
path: root/internal/rpn/operations_stack.go
AgeCommit message (Expand)Author
2026-05-24fix(rpn): optimize Swap from O(n) to O(1) (task dj)Paul Buetow
2026-05-24rpn: use strings.Builder in Show() for loop concatenationPaul Buetow
2026-05-24fix(rpn): correct Show comment to reflect StackValue interface usagePaul Buetow
2026-05-22feat(rpn): show metric suffix in stack displayPaul Buetow
2026-05-22refactor(rpn): split operations.go into 7 focused filesPaul Buetow