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: support RawStringSource and RawBufferSource #132

Merged
merged 2 commits into from
Dec 4, 2024
Merged

feat: support RawStringSource and RawBufferSource #132

merged 2 commits into from
Dec 4, 2024

Conversation

h-a-n-a
Copy link
Collaborator

@h-a-n-a h-a-n-a commented Dec 4, 2024

Related: #131

Size of types(64-bit machine):

  • RawSource: 64 bytes
  • RawStringSource: 24 bytes
  • RawBufferSource: 56 bytes

Use RawStringSource for better memory usage.

Note: Sizes listed do not count for any heap allocated values like String or Vec.

Copy link

codspeed-hq bot commented Dec 4, 2024

CodSpeed Performance Report

Merging #132 will not alter performance

Comparing sources (47290ee) with main (58994d9)

Summary

✅ 7 untouched benchmarks

@h-a-n-a h-a-n-a merged commit b85a16c into main Dec 4, 2024
7 checks passed
@h-a-n-a h-a-n-a deleted the sources branch December 4, 2024 10:39
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