Skip to content

Implement performance benchmarks, rewrite README.md - #4

Merged
iotamale merged 3 commits into
mainfrom
3-implement-performance-benchmarks
Sep 3, 2026
Merged

iotamale merged 3 commits into
mainfrom
3-implement-performance-benchmarks

Conversation

@iotamale

@iotamale iotamale commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Benchmarking

  • Added a benchmarking script using mitata.
  • Implemented 3 scenarios:
    1. Bulk enqueue/dequeue
    2. Steady state / interleaved
    3. Memory reuse / clear overhead
  • Benchmarked vs standard array methods and popular NPM competitors (denque and yocto-queue).

README rewrite

  • Consolidated all optimisation related information to a single section.
  • Documented the deliberate engineering trade-offs.
  • Showcased the new benchmarking data.

@iotamale iotamale linked an issue Sep 3, 2026 that may be closed by this pull request
@iotamale
iotamale merged commit 9ef24a1 into main Sep 3, 2026
2 checks passed
@iotamale
iotamale deleted the 3-implement-performance-benchmarks branch September 3, 2026 13:54
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.

Implement performance benchmarks

1 participant