In this episode, Conor and Bryce record live from Italy while driving and chat how to implement a parallel std::unique.
- Link to Episode 145 on Website)
- Discuss this episode, leave a comment, or ask a question (on GitHub))
Twitter
- ADSP: The Podcast)
- Conor Hoekstra)
- Bryce Adelstein Lelbach)
Show Notes
Date Recorded: 2023-06-21 Date Released: 2023-09-01
- C++11 std::unique)
- Rust dedup)
- Kotlin distinct)
- C++11 std::copy_if)
- C++11 std::adjacent_difference)
- thrust::copy_if)
- thrust::adjacent_difference)
- thrust::detail::head_flags)
- thrust::details::tail_flags)
- Haskell mapAdjacent)
- Kotlin zipWithNext)
- q prior)
- q deltas)
- q differ)
- thrust::inclusive_scan)