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
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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
dds-bridge
/
dds
Public
Notifications
You must be signed in to change notification settings
Fork
121
Star
177
Code
Issues
18
Pull requests
4
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Add the shape-pattern transposition table and make it the default
- #368
#368
Merged
tameware
merged 26 commits into
dds-bridge:develop
dds-bridge/dds:develop
from
tameware:fable/bridge-solver-shape-pattern-transposition
tameware/dds:fable/bridge-solver-shape-pattern-transposition
Copy head branch name to clipboard
Sep 12, 2026
Conversation
Commits
26
(26)
Checks
Files changed
Merged
Add the shape-pattern transposition table and make it the default
#368
tameware
merged 26 commits into
dds-bridge:develop
dds-bridge/dds:develop
from
tameware:fable/bridge-solver-shape-pattern-transposition
tameware/dds:fable/bridge-solver-shape-pattern-transposition
Copy head branch name to clipboard
Commits
Commits on Sep 8, 2026
Add the shape-pattern transposition table and make it the default.
Show description for 17c2804
tameware
and
cursoragent
committed
17c2804
View commit details
Copy full SHA for 17c2804
Browse repository at this point
Commits on Sep 9, 2026
Spell out PatternTree's cache-line padding to silence MSVC C4324.
Show description for d69ca37
tameware
and
cursoragent
committed
d69ca37
View commit details
Copy full SHA for d69ca37
Browse repository at this point
Set environment variables portably in configure_tt_api_test.
Show description for 3e508ac
tameware
and
cursoragent
committed
3e508ac
View commit details
Copy full SHA for 3e508ac
Browse repository at this point
Commits on Sep 10, 2026
Enforce a lowered TT maximum at once and tighten before reserving.
Show description for 0e848b5
tameware
and
cursoragent
committed
0e848b5
View commit details
Copy full SHA for 0e848b5
Browse repository at this point
Free TT blocks directly on exhaustion and release everything on teardown.
Show description for a418a14
tameware
and
cursoragent
committed
a418a14
View commit details
Copy full SHA for a418a14
Browse repository at this point
Keep TT resets and rehashes within the hard cap; restore env in tests.
Show description for 55af56c
tameware
and
cursoragent
committed
55af56c
View commit details
Copy full SHA for 55af56c
Browse repository at this point
Make TransTableP non-copyable and leak-free when pooling throws.
Show description for 4b6ed69
tameware
and
cursoragent
committed
4b6ed69
View commit details
Copy full SHA for 4b6ed69
Browse repository at this point
Budget the TT pool's pointer storage and fix the equal-weight ordering note.
Show description for 0338f36
tameware
and
cursoragent
committed
0338f36
View commit details
Copy full SHA for 0338f36
Browse repository at this point
Budget the TT pool's pointer growth before pooling a block.
Show description for 2dec1fe
tameware
and
cursoragent
committed
2dec1fe
View commit details
Copy full SHA for 2dec1fe
Browse repository at this point
Compare configure_tt against the effective TT kind; document TransTableP.
Show description for b640aea
tameware
and
cursoragent
committed
b640aea
View commit details
Copy full SHA for b640aea
Browse repository at this point
Isolate explicit-kind TT tests from an ambient DDS_TT_KIND override.
Show description for eb56730
tameware
and
cursoragent
committed
eb56730
View commit details
Copy full SHA for eb56730
Browse repository at this point
Trim the TransTableP memory tests so the suite fits the sanitizer budget.
Show description for 58552a7
tameware
and
cursoragent
committed
58552a7
View commit details
Copy full SHA for 58552a7
Browse repository at this point
Commits on Sep 11, 2026
Indent the new solver_context and configure_tt_api_test code with 4 spaces.
Show description for cd39294
tameware
and
cursoragent
committed
cd39294
View commit details
Copy full SHA for cd39294
Browse repository at this point
Commits on Sep 12, 2026
Make a TransTableP without a deal inert, and document least_win as a count.
Show description for bb287b3
tameware
and
cursoragent
committed
bb287b3
View commit details
Copy full SHA for bb287b3
Browse repository at this point
Keep the whole-suit least_win when a 13/12-relevant pattern merges; add P to VS projects
Show description for 985defd
tameware
and
cursoragent
committed
985defd
View commit details
Copy full SHA for 985defd
Browse repository at this point
Forget remembered lookup shapes on init/make_tt/reset; budget the whole pool buffer
Show description for adf9882
tameware
and
cursoragent
committed
adf9882
View commit details
Copy full SHA for adf9882
Browse repository at this point
Honour a maximum set without a default; card-aware P dump; vacate shape slots on release
Show description for 3f4aa11
tameware
and
cursoragent
committed
3f4aa11
View commit details
Copy full SHA for 3f4aa11
Browse repository at this point
Spec: DDS_TT_DEFAULT_MB applies at table creation only, not on in-place resize
Show description for c8ceeea
tameware
and
cursoragent
committed
c8ceeea
View commit details
Copy full SHA for c8ceeea
Browse repository at this point
Docs: set_memory_default caveat for TransTableP; DDS_TT_LIMIT_MB is floored to the default
Show description for c25111d
tameware
and
cursoragent
committed
c25111d
View commit details
Copy full SHA for c25111d
Browse repository at this point
Comment: shape_key relies on the trick-boundary precondition shared with TransTableL
Show description for c79a53d
tameware
and
cursoragent
committed
c79a53d
View commit details
Copy full SHA for c79a53d
Browse repository at this point
Keep a maximum-only TT configuration's cap on lazy creation; qualify the cap contract
Show description for 3819518
tameware
and
cursoragent
committed
3819518
View commit details
Copy full SHA for 3819518
Browse repository at this point
Docs: set_memory_default is honoured only by L, 0 is unsupported; scope the env test's outer value
Show description for 5490751
tameware
and
cursoragent
committed
5490751
View commit details
Copy full SHA for 5490751
Browse repository at this point
Resolve unset limits in configure_tt like creation; re-init a recreated TT on the next solve
Show description for c996b81
tameware
and
cursoragent
committed
c996b81
View commit details
Copy full SHA for c996b81
Browse repository at this point
Pin that TT entries survive init() for similar deals and still hinge on the relevant cards
Show description for 5186749
tameware
and
cursoragent
committed
5186749
View commit details
Copy full SHA for 5186749
Browse repository at this point
Spec: drop the stale claim that the header calls 0 unlimited
Show description for 47536f5
tameware
and
cursoragent
committed
47536f5
View commit details
Copy full SHA for 47536f5
Browse repository at this point
Docs: reset_memory contract notes the MemoryExhausted exception on TransTableP
Show description for 6cb62ec
tameware
and
cursoragent
committed
6cb62ec
View commit details
Copy full SHA for 6cb62ec
Browse repository at this point
You can’t perform that action at this time.