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
↓ 16 callers
Function
num_blocks
gbbs/bridge.h:235
↓ 16 callers
Function
reduce
pbbslib/time_tests.cc:30
↓ 16 callers
Method
reduce
pbbslib/reducer.h:17
↓ 15 callers
Function
ebytes
the effective number of bytes assuming assymetry
pbbslib/time_tests.cc:78
↓ 15 callers
Method
f
pbbslib/monoid.h:32
↓ 15 callers
Function
make_monoid
pbbslib/monoid.h:23
↓ 15 callers
Function
sort
pbbslib/stlalgs.h:211
↓ 15 callers
Function
write_max
gbbs/bridge.h:191
↓ 14 callers
Function
CheckClustering
Checks that `actual_clustering` has the expected clusters.
benchmarks/SCAN/Naive/unit_tests/scan_test.cc:48
↓ 14 callers
Function
Cluster
benchmarks/SCAN/Naive/scan.h:40
↓ 14 callers
Function
EdgeSimilarityApproxEq
Googletest-like equality matcher for `scan::EdgeSimilarity` where the tolerance on the `similarity` field is a parameter.
benchmarks/SCAN/IndexBased/unit_tests/similarity_measure_test.cc:29
↓ 14 callers
Method
del
benchmarks/CycleCounting/Parallel5Cycle/FiveCycle.h:52
↓ 14 callers
Function
eatFirstEdge
gbbs/encodings/byte_pd.h:87
↓ 14 callers
Method
end
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/shared.h:268
↓ 14 callers
Function
filterGraph
gbbs/interface.h:86
↓ 14 callers
Method
fork
pbbslib/random.h:42
↓ 14 callers
Function
getFirst
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/shared.h:39
↓ 14 callers
Method
getKey
pbbslib/hash_table.h:306
↓ 14 callers
Method
numNonzeros
gbbs/vertex_subset.h:160
↓ 14 callers
Method
num_blocks
gbbs/semiasym/bitset_managers.h:1038
↓ 14 callers
Function
report_pathlen
benchmarks/Connectivity/common.cc:8
↓ 14 callers
Method
update_buckets
gbbs/bucket.h:186
↓ 13 callers
Function
integer_sort_inplace
pbbslib/integer_sort.h:207
↓ 13 callers
Function
median
benchmarks/Connectivity/ConnectIt/mains/bench_utils.h:25
↓ 12 callers
Function
CheckClustering
Checks that `clustering` has the expected clusters and returns true if the check passes. The implementation may be inefficient, so don't expect this
benchmarks/SCAN/IndexBased/unit_tests/scan_test.cc:65
↓ 12 callers
Function
CheckUnclusteredVertices
Checks that `DetermineUnclusteredType` identifies hubs and outliers as expected. TODO(tomtseng): It would be cleaner to have a unit test that tests `
benchmarks/SCAN/IndexBased/unit_tests/scan_test.cc:105
↓ 12 callers
Method
decode_block
gbbs/semiasym/bitset_managers.h:1092
↓ 12 callers
Method
dense
gbbs/vertex_subset.h:163
↓ 12 callers
Function
eatEdge
Reads any edge of an out-edge list after the first edge. */
gbbs/encodings/byte_pd.h:108
↓ 12 callers
Function
find
benchmarks/SpanningForest/UnionFind/jayanti.h:85
↓ 12 callers
Method
get_fn_repr
Returns (uintE) -> std::optional<std::tuple<vertex, vertex-data>>.
gbbs/vertex_subset.h:135
↓ 12 callers
Function
get_pcm_state
gbbs/benchmark.h:50
↓ 12 callers
Method
get_value
gbbs/pbbslib/atomic_sum_counter.h:48
↓ 12 callers
Function
hash32
a 32-bit hash function
pbbslib/utilities.h:48
↓ 12 callers
Method
insOffset
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/shared.h:267
↓ 12 callers
Method
insert
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/shared.h:123
↓ 12 callers
Method
next_bucket
Returns the next non-empty bucket from the bucket structure. The return value's bkt_id is null_bkt when no further buckets remain.
gbbs/bucket.h:132
↓ 12 callers
Method
pack
gbbs/semiasym/bitset_managers.h:1052
↓ 11 callers
Function
alloc_init
gbbs/edge_map_blocked.h:303
↓ 11 callers
Method
contains
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/shared.h:153
↓ 11 callers
Method
empty
benchmarks/SCAN/IndexBased/scan_helpers.cc:40
↓ 11 callers
Function
is_space
pbbslib/strings/string_basics.cc:24
↓ 11 callers
Function
move_uninitialized
pbbslib/utilities.h:43
↓ 11 callers
Function
par_do
pbbslib/parallel.h:83
↓ 11 callers
Method
reset
benchmarks/CycleCounting/Parallel5Cycle/FiveCycle.h:44
↓ 11 callers
Function
run_multiple
benchmarks/SpanningForest/Framework/mains/bench_utils.h:78
↓ 11 callers
Method
size
gbbs/vertex_subset.h:156
↓ 10 callers
Function
assign_uninitialized
pbbslib/utilities.h:37
↓ 10 callers
Method
clear
pbbslib/alloc.cc:102
↓ 10 callers
Method
cur
gbbs/semiasym/bitset_managers.h:1559
↓ 10 callers
Method
del
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/dynamic_graph.h:1093
↓ 10 callers
Method
del
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/dynamic_graph_hash.h:1064
↓ 10 callers
Method
get_bucket
Computes a bucket_dest for an identifier moving from bucket_id prev to bucket_id next.
gbbs/bucket.h:145
↓ 10 callers
Method
map_with_index
gbbs/vertex.h:178
↓ 10 callers
Method
next
gbbs/encodings/byte_pd_amortized.h:208
↓ 10 callers
Function
num_blocks
pbbslib/sequence_ops.h:39
↓ 10 callers
Method
out_neighbors
gbbs/semiasym/graph_filter.h:55
↓ 9 callers
Function
CheckUnweightedInNeighbors
gbbs/graph_test_utils.h:47
↓ 9 callers
Function
DegeneracyOrder
benchmarks/KCore/JulienneDBS17/KCore.h:145
↓ 9 callers
Function
Triangle_degree_ordering
benchmarks/TriangleCounting/ShunTangwongsan15/Triangle.h:170
↓ 9 callers
Method
alloc
benchmarks/CliqueCounting/intersect.h:39
↓ 9 callers
Function
find_if_index
pbbslib/stlalgs.h:18
↓ 9 callers
Method
get_parent
benchmarks/SpanningForest/UnionFind/jayanti.h:36
↓ 9 callers
Method
get_parent
benchmarks/Connectivity/UnionFind/jayanti.h:36
↓ 9 callers
Method
in_degree
gbbs/vertex.h:412
↓ 9 callers
Function
liu_tarjan_options_to_string
benchmarks/Connectivity/connectit.cc:129
↓ 9 callers
Method
next
gbbs/encodings/byte.h:324
↓ 9 callers
Method
num_vertices
gbbs/graph.h:57
↓ 9 callers
Method
rand
pbbslib/random.h:46
↓ 9 callers
Method
size
gbbs/semiasym/utils.h:36
↓ 9 callers
Function
split_two
pbbslib/sequence_ops.h:393
↓ 9 callers
Function
unite
benchmarks/Connectivity/UnionFind/jayanti.h:128
↓ 8 callers
Function
CountCliques
benchmarks/CliqueCounting/induced_split.h:12
↓ 8 callers
Function
PrintFunctionItem
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/benchmark.h:51
↓ 8 callers
Method
copyIn
gbbs/pbbslib/dyn_arr.h:92
↓ 8 callers
Method
count
gbbs/vertex.h:126
↓ 8 callers
Method
cur
gbbs/encodings/byte.h:322
↓ 8 callers
Method
decrement
flag \in {1,2,3}
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/shared.h:290
↓ 8 callers
Method
del
gbbs/pbbslib/dyn_arr.h:48
↓ 8 callers
Method
edges
gbbs/graph.h:76
↓ 8 callers
Method
end
benchmarks/SCAN/IndexBased/scan_helpers.cc:52
↓ 8 callers
Method
entries
benchmarks/KTruss/truss_utils.h:99
↓ 8 callers
Function
fetch_and_add
pbbslib/utilities.h:221
↓ 8 callers
Function
filter_edges
gbbs/graph_mutation.h:181
↓ 8 callers
Function
filter_out
pbbslib/sequence_ops.h:296
↓ 8 callers
Function
get_edges
gbbs/graph.h:536
↓ 8 callers
Method
get_ith_neighbor
gbbs/vertex.h:88
↓ 8 callers
Method
increment
flag \in {1,2,3}
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/shared.h:285
↓ 8 callers
Function
make_range
pbbslib/seq.h:65
↓ 8 callers
Method
next
updates last_ngh
gbbs/semiasym/bitset_managers.h:1562
↓ 8 callers
Method
num_edges
benchmarks/TriangleCounting/DhulipalaLiuShunYu20/dynamic_graph.h:215
↓ 8 callers
Function
pack_out
pbbslib/sequence_ops.h:252
↓ 8 callers
Method
pop
pbbslib/concurrent_stack.h:118
↓ 8 callers
Method
resize
gbbs/histogram.h:147
↓ 8 callers
Function
sample_frequent_element
benchmarks/Connectivity/connectit.h:90
↓ 8 callers
Function
sample_sort
pbbslib/sample_sort.h:202
↓ 8 callers
Function
writeArrayToStream
utils/generators/torus.cc:105
↓ 7 callers
Function
BFS
benchmarks/BFS/NonDeterministicBFS/BFS.h:49
↓ 7 callers
Function
DegeneracyOrder_intsort
benchmarks/DegeneracyOrder/GoodrichPszona11/DegeneracyOrder.h:86
↓ 7 callers
Function
Modularity
benchmarks/SCAN/IndexBased/utils.h:166
← previous
next →
101–200 of 3,007, ranked by callers