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

Consolidating the existing RingBuffer Implementation. #369

Merged
merged 5 commits into from
Jul 6, 2024

Conversation

professorabhay
Copy link
Collaborator

@professorabhay professorabhay commented Jun 16, 2024

  • Created a new lib/free-queue/ directory under src/
  • Added free-queue.js and free-queue-sab.js files
  • Added the code
  • updated the imports/usage with new classes

@professorabhay professorabhay self-assigned this Jun 16, 2024
@professorabhay professorabhay added the gsoc24 Google Summer of Code 2024 label Jun 16, 2024
@professorabhay professorabhay requested a review from hoch June 16, 2024 07:48
@mjwilson-google mjwilson-google self-requested a review June 28, 2024 19:50
Copy link
Collaborator

@mjwilson-google mjwilson-google left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the change!

When I tested this, I needed to add the following to the "// Passthrough files via these glob patterns." list in .eleventy.js:
'src/lib/**/*.js',

Once I did that, the four examples worked as expected. Please include this change and I will approve the PR.

@mjwilson-google mjwilson-google merged commit 15c4bf6 into main Jul 6, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gsoc24 Google Summer of Code 2024
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants