Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
inducer
/
pytools
Public
Notifications
You must be signed in to change notification settings
Fork
26
Star
73
Code
Issues
6
Pull requests
14
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Unordered hashing
- #66
#66
Merged
inducer
merged 16 commits into
main
inducer/pytools:main
from
unordered-hashing
inducer/pytools:unordered-hashing
Copy head branch name to clipboard
Mar 10, 2021
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Unordered hashing
#66
inducer
merged 16 commits into
main
inducer/pytools:main
from
unordered-hashing
inducer/pytools:unordered-hashing
Copy head branch name to clipboard
Commits
Commits on Mar 8, 2021
Add, test unordered_hash
inducer
committed
ca65120
View commit details
Copy full SHA for ca65120
Browse repository at this point
Add license header to test_pytools
inducer
committed
03ae1f0
View commit details
Copy full SHA for 03ae1f0
Browse repository at this point
Add persistent_dict.KeyBuilder.new_hash for hash alg customization
inducer
committed
773dd38
View commit details
Copy full SHA for 773dd38
Browse repository at this point
Document persistent_dict.KeyBuilder
inducer
committed
5b4aa1e
View commit details
Copy full SHA for 5b4aa1e
Browse repository at this point
KeyBuilder.rec: return updated key_hash
inducer
committed
48c9204
View commit details
Copy full SHA for 48c9204
Browse repository at this point
Use (hopefully) faster hash functions in KeyBuilder for int, float
inducer
committed
877bc5c
View commit details
Copy full SHA for 877bc5c
Browse repository at this point
Use unordered_hash in KeyBuilder hashing frozenset
inducer
committed
487362e
View commit details
Copy full SHA for 487362e
Browse repository at this point
Bump persistent_dict version
inducer
committed
cf2d277
View commit details
Copy full SHA for cf2d277
Browse repository at this point
Test persistent_dict on negative integers, frozensets
inducer
committed
ae733c2
View commit details
Copy full SHA for ae733c2
Browse repository at this point
Bump version
inducer
committed
b45524f
View commit details
Copy full SHA for b45524f
Browse repository at this point
test_unordered_hash: rand_bytes is Py3.9+, replace
inducer
committed
4b22ac1
View commit details
Copy full SHA for 4b22ac1
Browse repository at this point
Fix doc references in unordered_hash
inducer
committed
6b3adea
View commit details
Copy full SHA for 6b3adea
Browse repository at this point
Commits on Mar 10, 2021
unordered_hash: Explain why sys-independent despite use of sys.byteorder
inducer
authored
74595b2
View commit details
Copy full SHA for 74595b2
Browse repository at this point
Fix versionadded for KeyBuilder.new_hash
inducer
authored
99b5137
View commit details
Copy full SHA for 99b5137
Browse repository at this point
Merge branch 'main' into unordered-hashing
inducer
authored
ef0ac1c
View commit details
Copy full SHA for ef0ac1c
Browse repository at this point
unordered_hash: update a hash instance, instead of forcing creation of a new one
inducer
committed
d9d009b
View commit details
Copy full SHA for d9d009b
Browse repository at this point
You can’t perform that action at this time.