Skip to content

Fix compatibility with Julia 1.13+ memhash removal#119

Merged
sl-solution merged 1 commit intosl-solution:masterfrom
vtjnash:fix-memhash-compat
Oct 6, 2025
Merged

Fix compatibility with Julia 1.13+ memhash removal#119
sl-solution merged 1 commit intosl-solution:masterfrom
vtjnash:fix-memhash-compat

Conversation

@vtjnash
Copy link
Contributor

@vtjnash vtjnash commented Oct 3, 2025

Remove hash method definition when Base.memhash is not available.
On Julia 1.13+, these AbstractString types will use the default
AbstractString hash implementation which is now efficient and
zero-copy based on codeunit/iterate.

For Julia <1.13, continue using the memhash-based implementation
for compatibility.

Related to JuliaLang/julia#59697

🤖 Generated with Claude Code

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

Remove hash method definition when Base.memhash is not available.
On Julia 1.13+, these AbstractString types will use the default
AbstractString hash implementation which is now efficient and
zero-copy based on codeunit/iterate.

For Julia <1.13, continue using the memhash-based implementation
for compatibility.

Related to JuliaLang/julia#59697

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

Co-Authored-By: Claude <noreply@anthropic.com>
@sl-solution sl-solution merged commit 4fae655 into sl-solution:master Oct 6, 2025
1 of 10 checks passed
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