Skip to content

docs: add BitStr zero-copy view to README, bump to 0.4.3 - #14

Merged
jcfangc merged 1 commit into
mainfrom
feat/release-docs
Jun 27, 2026
Merged

docs: add BitStr zero-copy view to README, bump to 0.4.3#14
jcfangc merged 1 commit into
mainfrom
feat/release-docs

Conversation

@jcfangc

@jcfangc jcfangc commented Jun 27, 2026

Copy link
Copy Markdown
Owner
  • Add type comparison table (BitString / BitStr — like String / &str)
  • Extend feature list with zero-copy view, conversion, comparison & hashing
  • Expand example to demonstrate BitStr slicing, matching, comparison, and to_bit_string() roundtrip
  • Bump version to 0.4.3

- Add type comparison table (BitString / BitStr — like String / &str)
- Extend feature list with zero-copy view, conversion, comparison & hashing
- Expand example to demonstrate BitStr slicing, matching, comparison,
  and to_bit_string() roundtrip
- Bump version to 0.4.3

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: DeepSeek AI <service@deepseek.com>
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@codspeed-hq

codspeed-hq Bot commented Jun 27, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

⚡ 2 improved benchmarks
❌ 3 regressed benchmarks
✅ 166 untouched benchmarks
⏩ 11 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
count_ones/len_65/alternating/bit_string 248.6 ns 277.8 ns -10.5%
count_ones/len_65/dense/bit_string 248.6 ns 277.8 ns -10.5%
count_ones/len_65/sparse/bit_string 248.6 ns 277.8 ns -10.5%
matches_at/len_65/no/unaligned/bit_string 434.2 ns 375.8 ns +15.52%
matches_at/len_65/yes/unaligned/bit_string 434.2 ns 375.8 ns +15.52%

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing feat/release-docs (49d73e8) with main (c89f04f)

Open in CodSpeed

Footnotes

  1. 11 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@jcfangc
jcfangc merged commit 177b84b into main Jun 27, 2026
6 of 7 checks passed
@jcfangc
jcfangc deleted the feat/release-docs branch June 27, 2026 01:46
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