Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
6208b33
Switch {:duplicate, :key} key_ets to ordered_set
studzien Mar 27, 2026
2f0a038
Build composite key entry for {:duplicate, :key} registration
studzien Mar 27, 2026
5c9527d
Use ordered_lookup_second for {:duplicate, :key} lookups
studzien Mar 27, 2026
014dc9f
Use ordered_unregister_key for {:duplicate, :key} unregistration
studzien Mar 27, 2026
47ed260
Update match/4 and count_match/4 for ordered_set key_ets
studzien Mar 27, 2026
56c6c14
Update select/2 and count_select/2 for ordered_set key_ets
studzien Mar 27, 2026
009d93b
Update unregister_match/4 for ordered_set key_ets
studzien Mar 27, 2026
65dfef1
Fix match spec body tuple wrapping and parallel dispatch
studzien Mar 27, 2026
4c476f5
Remove unnecessary parallel dispatch for {:duplicate, :key}
studzien Mar 31, 2026
6cf7728
Reduce duplication in match/4 and count_match/4
studzien Mar 31, 2026
3e46f68
Unify __unregister__ to handle both bag and ordered key_ets
studzien Mar 31, 2026
d78f339
Collapse unregister_match into single function with spec builder
studzien Mar 31, 2026
9e3da79
Add comment explaining ordered_rewrite for select specs
studzien Mar 31, 2026
e40af6e
Remove ordered_rewrite from select/count_select
studzien Mar 31, 2026
10f3321
Document {:duplicate, :key} ETS layout difference in start_link docs
studzien Mar 31, 2026
7e75641
Restore comment explaining total_spec vs delete_spec
studzien Mar 31, 2026
efaeecc
Unify safe_lookup_second and ordered_lookup_second into lookup_second/3
studzien Mar 31, 2026
f68424d
Unify match spec helpers into match_spec/4 and count_match_spec/4
studzien Mar 31, 2026
88a961d
Fix formatting in unregister_match_specs
studzien Mar 31, 2026
82a42a1
Add layout comment and tricky-key tests for match/count_match
studzien Apr 15, 2026
688142c
Add tricky-key tests for select/count_select
studzien Apr 15, 2026
53b44ec
Cover "$1" reserved-atom key in duplicate registry tests
studzien Apr 16, 2026
564f548
Group reserved-atom key tests together in duplicate registry tests
studzien Apr 18, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading