Skip to content
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

A new stack implementation that should be faster and less space-consuming #904

Closed

Commits on Jul 30, 2023

  1. Add a benchmark to stack::Stack and do some related changes.

    Expose mod stack so that it can be tested. Add Criterion as a dev-dependency.
    TheVeryDarkness committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    0f7d441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c18028c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    706e580 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1e5556 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46d42f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    824b40e View commit details
    Browse the repository at this point in the history