conduit icon indicating copy to clipboard operation
conduit copied to clipboard

High Performance Streams Based on Coroutine TS ⚡

Results 12 conduit issues
Sort by recently updated
recently updated
newest added

enhancement
help wanted

enhancement
help wanted
good first issue

```javascript= // pseudo-code xs = [ 1, 1, 2, 3, 1, 2, 2, 3 ] distinct(xs) = [ 1, 2, 3 ] distinctUntil(xs) = [ 1, 2, 3, 1, 2,...

enhancement
help wanted
good first issue

We need more examples to smoke test the compiler. Anyone fancy to implement some Range-V3 examples? https://github.com/ericniebler/range-v3/blob/master/example/calendar.cpp Benchmarking facilities are following soon.

help wanted
good first issue

Current settings for clang-format lead to some weird formatting. Would love to see improvements here

help wanted
good first issue

We should have documentation for each function. This should generate something presented by GitHub pages.

enhancement
help wanted
good first issue