MCPcopy Create free account

hub / github.com/cmuparlay/parlaylib / functions

Functions1,507 in github.com/cmuparlay/parlaylib

Methodcompute_chunk_position
include/parlay/thread_specific.h:80
Methodconstant
include/parlay/delayed_sequence.h:230
Methodcopyable_function_wrapper
include/parlay/utilities.h:296
Methodcount_by_key_helper
include/parlay/internal/group_by.h:172
Functioncount_sort_
include/parlay/internal/counting_sort.h:117
Functioncrbegin
include/parlay/sequence.h:148
Methodcrbegin
include/parlay/delayed_sequence.h:258
Methodcrbegin
include/parlay/internal/uninitialized_sequence.h:152
Methodcreate
include/parlay/alloc.h:258
Methodcreate
include/parlay/internal/sequence_base.h:282
Functioncrend
include/parlay/sequence.h:149
Methodcrend
include/parlay/delayed_sequence.h:259
Methodcrend
include/parlay/internal/uninitialized_sequence.h:153
Methodcurrent_time
yes, std clocks have ugly types
examples/push_relabel_max_flow.h:266
MethodcutInfo
benchmark/bench_delayed.cpp:176
Methoddata
include/parlay/internal/uninitialized_sequence.h:162
Methoddata
include/parlay/internal/sequence_base.h:327
Methoddata
include/parlay/internal/sequence_base.h:367
Methoddata
include/parlay/internal/sequence_base.h:387
Methoddeallocate
include/parlay/internal/pool_allocator.h:142
Methoddeallocate_large
include/parlay/internal/pool_allocator.h:86
MethoddecrementIndex
include/parlay/hash_table.h:56
Functiondelayed_seq
include/parlay/delayed_sequence.h:322
Methoddelayed_sequence
include/parlay/delayed_sequence.h:235
Functiondelete_tree
examples/huffman_tree.h:83
Methoddestroy
include/parlay/internal/sequence_base.h:288
Methoddestroy
Destroy the object of type value_type pointed to by p
include/parlay/internal/sequence_base.h:507
Methoddestroy_all
Call the destructor on all elements
include/parlay/internal/sequence_base.h:188
Methoddestruct_val
include/parlay/internal/group_by.h:108
Methoddestruct_val
include/parlay/internal/group_by.h:178
Methoddestruct_val
include/parlay/internal/group_by.h:207
Methoddiff
include/parlay/internal/get_time.h:34
Methoddistance_squared
distance from p to q squared
examples/knn.h:65
Methoddistance_squared
distance from p to q squared
examples/3d_range.h:53
Functiondmap
include/parlay/internal/sequence_ops.h:143
Methoddo_work_until
include/parlay/scheduler.h:222
Methodearliest
examples/delaunay.h:71
Methodedge_map
examples/helper/ligra_light.h:90
Methodedge_map_dense
The dense version. Checks backwards from every vertex v for all in edges (u,v). If u is in vertices and cond(v) is satisfied, fa(u,v) is applied, an
examples/helper/ligra_light.h:120
Methodedge_map_sparse
The sparse version. Checks all forward edges (u,v) from each vertex u in vertices. If cond(v) then fa(u,v) is applied and if it returns true v is in
examples/helper/ligra_light.h:103
Functionelements_view
include/parlay/delayed.h:75
Methodempty
Is empty?
include/parlay/delayed_sequence.h:304
Methodempty
include/parlay/internal/windows/file_map_impl_windows.h:131
Methodempty
include/parlay/internal/posix/file_map_impl_posix.h:91
Methodempty
Returns true if the stack is currently empty
include/parlay/internal/concurrency/hazptr_stack.h:93
Functionend
include/parlay/thread_specific.h:391
Functionend
include/parlay/utilities.h:453
Methodend
test/range_utils.h:135
Methodend
include/parlay/worker_specific.h:151
Methodend
include/parlay/delayed_sequence.h:250
Methodend
include/parlay/internal/uninitialized_sequence.h:138
Methodend
Returns an iterator pointing to the end of the range
include/parlay/internal/delayed/common.h:205
Methodend
include/parlay/internal/windows/file_map_impl_windows.h:46
Methodentries
returns all the current entries compacted into a sequence
include/parlay/hash_table.h:233
Methodentry
examples/hash_map.h:42
Functionerase
include/parlay/sequence.h:332
Functioneuclidean_squared
Driver
examples/kmeans_pp.cpp:14
MethodevaluateLocal
examples/helper/spherical.h:106
MethodevaluateMultipole
examples/helper/spherical.h:72
MethodevaluateMultipoleTheta
examples/helper/spherical.h:141
Methodevent
benchmark/bench_delayed.cpp:161
Methodevent
examples/box_kdtree.h:45
Methodexecute
include/parlay/internal/work_stealing_job.h:42
Functionexecute_with_scheduler
include/parlay/internal/scheduler_plugins/sequential.h:40
Functionexecute_with_scheduler
include/parlay/internal/scheduler_plugins/tbb.h:53
Functionexecute_with_scheduler
include/parlay/internal/scheduler_plugins/omp.h:114
Methodexterior_expansion
examples/nbody_fmm.h:144
Methodf
benchmark/bench_delayed.cpp:292
Methodf
test/test_padded.cpp:199
Methodf
examples/helper/ligra_light.h:94
Methodf
include/parlay/monoid.h:270
Methodf
include/parlay/monoid.h:278
Methodf
include/parlay/monoid.h:286
Methodf
include/parlay/monoid.h:294
Methodf
include/parlay/monoid.h:302
Methodf
include/parlay/monoid.h:310
Methodfactorial
examples/helper/spherical.h:33
Methodfeature
the sequence of values for the feature
examples/decision_tree_c45.h:33
Methodfield
examples/rabin_karp.h:19
Methodfile_map
include/parlay/internal/file_map.h:59
Methodfile_map
include/parlay/internal/windows/file_map_impl_windows.h:48
Methodfile_map
include/parlay/internal/posix/file_map_impl_posix.h:41
Functionfilter
include/parlay/internal/block_delayed.h:282
Functionfilter
include/parlay/internal/delayed/filter.h:111
Methodfilter_block
include/parlay/internal/delayed/filter_op.h:78
Methodfilter_block
include/parlay/internal/delayed/filter.h:90
Methodfilter_blocks
include/parlay/internal/delayed/filter_op.h:68
Methodfilter_blocks
include/parlay/internal/delayed/filter.h:82
Functionfilter_into
include/parlay/primitives.h:266
Functionfilter_map
include/parlay/internal/stream_delayed.h:168
Functionfilter_op
include/parlay/internal/stream_delayed.h:189
Functionfilter_op2
include/parlay/internal/block_delayed.h:303
Methodfilter_points
filter points in the circumcicle of t1 and t2 which are in the circumcicle of t
examples/delaunay.h:76
Functionfind
include/parlay/primitives.h:597
Methodfind
examples/helper/heap_tree.h:39
Methodfind
examples/helper/union_find.h:25
Methodfind
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
include/parlay/hash_table.h:209
MethodfindIndex
include/parlay/hash_table.h:238
Methodfinish
include/parlay/alloc.h:280
Methodfinished
include/parlay/internal/work_stealing_job.h:25
← previousnext →801–900 of 1,507, ranked by callers