Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ParAlg/gbbs
/ functions
Functions
3,007 in github.com/ParAlg/gbbs
⨍
Functions
3,007
◇
Types & classes
303
Method
downSizeTablesBoth
D and lowD updated to after updates and rebalanced pack table to arrays if new degree is low enough, **delete table all deleted edges are removed chan
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/dynamic_graph.h:1641
Method
downSizeTablesBoth
D and lowD updated to after updates and rebalanced pack table to arrays if new degree is low enough, **delete table all deleted edges are removed chan
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/dynamic_graph_hash.h:1571
Method
downSizeTablesDeletes
called after degrees are updated&rebalanced and downSizeTables D is now new degrees remove tables that 1) packed to array 2) has zero entry
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/dynamic_graph_hash.h:1540
Method
dyn_arr
gbbs/pbbslib/dyn_arr.h:43
Function
dynamicBatches
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/Triangle.h:182
Function
dynamicBatches
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/Triangle2.h:182
Function
eatWeight
gbbs/encodings/byte_pd.h:52
Function
eatWeight
gbbs/encodings/byte_pd_amortized.h:51
Function
eatWeight
gbbs/encodings/byte.h:46
Function
edgeMapBlocked
gbbs/edge_map_blocked.h:92
Function
edgeMapChunked
gbbs/edge_map_blocked.h:320
Function
edgeMapCount
gbbs/edge_map_reduce.h:195
Method
edgeMapCount
gbbs/edge_map_reduce.h:535
Function
edgeMapCount_dense
gbbs/edge_map_reduce.h:131
Method
edgeMapCount_dense
gbbs/edge_map_reduce.h:478
Function
edgeMapCount_sparse
gbbs/edge_map_reduce.h:102
Method
edgeMapCount_sparse
gbbs/edge_map_reduce.h:454
Function
edgeMapData
gbbs/edge_map_data.h:125
Function
edgeMapDense
gbbs/edge_map_data.h:46
Function
edgeMapDenseForward
gbbs/edge_map_data.h:86
Function
edgeMapInduced
gbbs/edge_map_reduce.h:39
Method
edgeMapReduce
gbbs/edge_map_reduce.h:418
Method
edgeMapReduce_dense
gbbs/edge_map_reduce.h:354
Method
edgeMapReduce_sparse
gbbs/edge_map_reduce.h:312
Function
edgeMapSparse
gbbs/edge_map_blocked.h:18
Function
edgeMapSparseNoOutput
gbbs/edge_map_blocked.h:63
Method
edge_array
gbbs/edge_array.h:42
Method
edge_id
benchmarks/KTruss/truss_utils.h:32
Method
edges
gbbs/graph.h:205
Function
eff_for
gbbs/speculative_for.h:58
Method
emhelper
gbbs/edge_map_blocked.h:227
Method
empty
pbbslib/seq.h:250
Method
empty>
Move constructor
gbbs/vertex_subset.h:207
Method
end
pbbslib/seq.h:252
Method
end
benchmarks/TriangleCounting/Makkar/shared.h:94
Method
end
benchmarks/TriangleCounting/Makkar/shared.h:184
Method
end
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/shared.h:178
Method
entries
gbbs/pbbslib/resizable_table.h:305
Method
entries
gbbs/pbbslib/sparse_additive_map.h:122
Method
entries
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/sparse_table.h:381
Method
entries
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/tomb_table.h:367
Method
entries_out
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/sparse_table.h:399
Function
enumerate
pbbslib/stlalgs.h:246
Method
eql
pbbslib/collect_reduce.h:214
Method
eql
pbbslib/time_operations.h:334
Function
equal
pbbslib/stlalgs.h:118
Function
extended_connect
For each edge e, request e.v.p from e.v and e.w.p from e.w; let the received values be x and y, respectively; if y < x then send y to v and to x else
benchmarks/SpanningForest/LiuTarjan/liu_tarjan_rules.h:75
Function
extended_connect
For each edge e, request e.v.p from e.v and e.w.p from e.w; let the received values be x and y, respectively; if y < x then send y to v and to x else
benchmarks/Connectivity/LiuTarjan/liu_tarjan_rules.h:72
Method
f
pbbslib/monoid.h:50
Method
f
pbbslib/monoid.h:58
Method
f
pbbslib/monoid.h:66
Method
f
pbbslib/monoid.h:74
Method
f
pbbslib/monoid.h:82
Method
f
pbbslib/monoid.h:90
Method
fence
pbbslib/scheduler.h:72
Method
fence
benchmarks/Connectivity/UnionFind/union_find_rules.h:133
Function
filter
gbbs/encodings/byte_pd.h:822
Function
filter
gbbs/encodings/byte_pd_amortized.h:1141
Method
filter
gbbs/compressed_vertex.h:99
Method
filter
gbbs/encodings/decoders.h:77
Method
filter
gbbs/encodings/decoders.h:150
Method
filter
gbbs/encodings/decoders.h:242
Function
filterBlock
gbbs/encodings/byte_pd.h:662
Method
filter_iter
gbbs/bridge.h:503
Function
filter_sequential
gbbs/encodings/byte_pd_amortized.h:1107
Function
filterf_and_clear
gbbs/bridge.h:450
Function
find
pbbslib/stlalgs.h:73
Method
find
Returns the value if an equal value is found in the table otherwise returns the "empty" element. due to prioritization, can quit early if v is greater
pbbslib/hash_table.h:219
Method
find
pbbslib/union_find.h:42
Method
find
pbbslib/strings/suffix_tree.h:195
Method
find
gbbs/sequential_ht.h:121
Method
find
gbbs/pbbslib/sparse_table.h:262
Method
find
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/sparse_table.h:368
Method
find
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/tomb_table.h:348
Method
findIndex
pbbslib/hash_table.h:248
Function
find_atomic_halve
benchmarks/SpanningForest/UnionFind/union_find_rules.h:56
Function
find_atomic_halve
benchmarks/Connectivity/UnionFind/union_find_rules.h:47
Function
find_atomic_split
benchmarks/SpanningForest/UnionFind/union_find_rules.h:38
Function
find_atomic_split
benchmarks/Connectivity/UnionFind/union_find_rules.h:32
Method
find_child
pbbslib/strings/suffix_tree.h:189
Function
find_compress
benchmarks/SpanningForest/UnionFind/union_find_rules.h:22
Function
find_compress
benchmarks/Connectivity/UnionFind/union_find_rules.h:19
Function
find_compress_uf
benchmarks/Connectivity/UnionFind/Connectivity.h:139
Function
find_end
pbbslib/stlalgs.h:105
Function
find_if_not
pbbslib/stlalgs.h:78
Function
find_naive
benchmarks/SpanningForest/UnionFind/union_find_rules.h:12
Function
find_naive
benchmarks/Connectivity/UnionFind/union_find_rules.h:12
Function
find_twotry_splitting
benchmarks/SpanningForest/UnionFind/jayanti.h:96
Function
find_twotry_splitting
benchmarks/Connectivity/UnionFind/jayanti.h:88
Method
finish
pbbslib/list_allocator.h:250
Method
finish
All scheduler threads quit after this is called.
pbbslib/scheduler.h:238
Method
finish
benchmarks/CliqueCounting/intersect.h:363
Method
finish
benchmarks/CliqueCounting/intersect.h:506
Method
firstIndex
pbbslib/hash_table.h:63
Method
firstIndex
gbbs/sequential_ht.h:49
Method
firstIndex
gbbs/pbbslib/resizable_table.h:105
Method
firstIndex
gbbs/pbbslib/sparse_table.h:54
Method
firstIndex
gbbs/pbbslib/sparse_additive_map.h:48
Method
firstIndex
benchmarks/KTruss/truss_utils.h:51
Method
firstIndex
benchmarks/KTruss/truss_utils.h:133
← previous
next →
1,501–1,600 of 3,007, ranked by callers