Skip to content

Add text source #57

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

Merged
merged 3 commits into from
Oct 26, 2018
Merged

Add text source #57

merged 3 commits into from
Oct 26, 2018

Conversation

gmorpheme
Copy link
Member

No description provided.

@gmorpheme gmorpheme merged commit 975f645 into master Oct 26, 2018
@gmorpheme gmorpheme deleted the feature/text-import branch October 26, 2018 16:33
gmorpheme added a commit that referenced this pull request Jun 17, 2025
This commit implements Issue #57: Object alignment fixes by updating
the memory allocator to ensure all objects are aligned to 16-byte
boundaries for improved performance on modern architectures.

Key changes:
- Updated alloc_size_of() to align total allocation size to 16 bytes
- Since AllocHeader is exactly 16 bytes, objects are naturally aligned
- Added comprehensive alignment test coverage
- Fixed fragmentation test expectations for alignment impact
- Updated .gitignore to properly exclude GC test results

Performance impact: ~8% regression in allocation benchmarks due to
increased memory usage, but provides better cache alignment and
prepares for future SIMD optimizations.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
gmorpheme added a commit that referenced this pull request Jun 17, 2025
* Implement proper object alignment for double-word boundaries

This commit implements Issue #57: Object alignment fixes by updating
the memory allocator to ensure all objects are aligned to 16-byte
boundaries for improved performance on modern architectures.

Key changes:
- Updated alloc_size_of() to align total allocation size to 16 bytes
- Since AllocHeader is exactly 16 bytes, objects are naturally aligned
- Added comprehensive alignment test coverage
- Fixed fragmentation test expectations for alignment impact
- Updated .gitignore to properly exclude GC test results

Performance impact: ~8% regression in allocation benchmarks due to
increased memory usage, but provides better cache alignment and
prepares for future SIMD optimizations.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* Fix rustfmt formatting issues

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

---------

Co-authored-by: Claude <noreply@anthropic.com>
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.

1 participant