conduit
conduit copied to clipboard
High Performance Streams Based on Coroutine TS ⚡
```javascript= // pseudo-code xs = [ 1, 1, 2, 3, 1, 2, 2, 3 ] distinct(xs) = [ 1, 2, 3 ] distinctUntil(xs) = [ 1, 2, 3, 1, 2,...
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.
Current settings for clang-format lead to some weird formatting. Would love to see improvements here
We should have documentation for each function. This should generate something presented by GitHub pages.