Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjacency list optimizations #9444

Merged
merged 23 commits into from Feb 13, 2024
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
11ba839
Parameterize AdjacencyList
lettertwo Dec 4, 2023
5dd2708
perf: reduce memory overhead in AdjacencyList
lettertwo Dec 8, 2023
99dcb84
refactor: extract edge linking behavior from addEdges method
lettertwo Dec 9, 2023
ae960c7
fix: improve map capacity overflow detection
lettertwo Dec 9, 2023
54f9e74
fix: resizing computations
lettertwo Dec 11, 2023
15a4c43
Remove loadFactor
lettertwo Dec 11, 2023
beca69c
fix: node resizing
lettertwo Dec 12, 2023
7902031
fix: avg collisions calculation
lettertwo Dec 13, 2023
9169b43
Rename capacity to initialCapacity
lettertwo Dec 14, 2023
651a1db
fix tests
lettertwo Dec 15, 2023
fa01a54
fix: remove erroneous assertion
lettertwo Dec 15, 2023
6f3a7c3
Enforce assumption that linked edge types must match
lettertwo Dec 21, 2023
6a66d4d
Add docs
lettertwo Dec 20, 2023
868d1ad
Merge branch 'v2' into adjacency-list-optimizations
lettertwo Dec 22, 2023
12fa072
Update AdjacencyList.md
lettertwo Dec 22, 2023
d0a2667
Update AdjacencyList.md
lettertwo Dec 22, 2023
2f09141
Update AdjacencyList.md
lettertwo Jan 8, 2024
cfb444e
Refactor link results to an enum
lettertwo Jan 30, 2024
45c7d25
Update AdjacencyList.md
lettertwo Jan 30, 2024
46b8d22
Merge branch v2 into adjacency-list-optimizations
lettertwo Jan 30, 2024
6f114ab
Merge branch 'v2' into adjacency-list-optimizations
lettertwo Feb 1, 2024
3932d45
Merge branch 'v2' into adjacency-list-optimizations
lettertwo Feb 2, 2024
20567ef
Merge branch 'v2' into adjacency-list-optimizations
lettertwo Feb 13, 2024
File filter

Filter by extension

Filter by extension

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