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

vector related fixes #1306

Merged
merged 2 commits into from
Mar 5, 2025
Merged

Conversation

alex-s168
Copy link
Contributor

@alex-s168 alex-s168 commented Mar 5, 2025

  • get rid of buffer.lm
  • add vector unit test
  • fix vector
  • re-write to-string(U64) to use vectors

Checklist before requesting a review

  • I have performed a self-review of my code
  • If it is a new feature, I have added thorough tests.
  • I agree to release these changes under the terms of the permissive MIT license (1).
  1. https://github.com/andrew-johnson-4/lambda-mountain/blob/main/LICENSE

@andrew-johnson-4
Copy link
Owner

!!! get rid of buffer.lm

good job.

@andrew-johnson-4 andrew-johnson-4 merged commit 754d25e into andrew-johnson-4:main Mar 5, 2025
1 check passed
@andrew-johnson-4
Copy link
Owner

All the specialized Buffer instead of generic Vector<U8> specialized code is almost gone from the compiler finally. I think there are only one or two more specialized list-like types.

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.

2 participants