You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`src/simple/ ` contains the implementations of the algorithms as functions, they are simple and can be used on their own
25
+
-`src/pipeline/` contains function objects which serve as pipeline adapters for each of the algorithms and allow creating bash-style pipelines with the `|` operator
26
+
-`src/meta/ ` contains several meta functions, including the implementation of the `|` operator itself
27
+
23
28
# Algorithms
24
29
25
30
These algorithm implementations are designed for ease-of-use, but are hard-coded to std::vector and do copy-by-value, which makes them slow.
@@ -64,13 +69,13 @@ It does allow playing around with the algorithms early on, and are a first step
0 commit comments