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

feat: add spiralSum function #208

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: add spiralSum function #208

wants to merge 1 commit into from

Conversation

aleclarson
Copy link
Member

@aleclarson aleclarson commented Aug 20, 2024

Summary

This PR is not a serious one. I'm using it for testing purposes related to the Radashi command-line tool (radashi-helper).

Important: Do not close this.

For any code change,

  • Related documentation has been updated, if needed
  • Related tests have been added or updated, if needed
  • Related benchmarks have been added or updated, if needed

Does this PR introduce a breaking change?

No

Bundle impact

Status File Size 1
A src/number/spiralSum.ts 115

Footnotes

  1. Function size includes the import dependencies of the function.

@radashi-bot
Copy link

Benchmark Results

Name Current
spiralSum: calculate spiral sum for n=5 4,515,312.14 ops/sec ±0.06%

Performance regressions of 30% or more should be investigated, unless they were anticipated. Smaller regressions may be due to normal variability, as we don't use dedicated CI infrastructure.

@aleclarson aleclarson added the rejected A rejected proposal. label Aug 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rejected A rejected proposal.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants