Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Quickly Transform Data with Transducers, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:05:03
    Understand why Transducers can Improve Performance
  • Урок 2. 00:03:44
    Write Reducers for Different Data Types
  • Урок 3. 00:02:10
    Understand Transformer Functions
  • Урок 4. 00:05:14
    Rewrite Map and Filter as Reducers
  • Урок 5. 00:07:33
    Create Map and Filter Transducers
  • Урок 6. 00:04:18
    Improve Composition with the Compose Combinator
  • Урок 7. 00:05:33
    Transduce over any Iteratable Collection
  • Урок 8. 00:04:14
    Make an Into Helper to Remove Boilerplate and Simplify our Transduce API
  • Урок 9. 00:02:10
    Transduce When the Collection Type is an Object
  • Урок 10. 00:01:47
    Create a Sequence Helper to Transduce Without Changing Collection Types
  • Урок 11. 00:04:34
    Add the Transducer Protocol to Support Arbitrary Data Types as our Target Collections
  • Урок 12. 00:02:33
    Measure the Performance of our Transducers
  • Урок 13. 00:04:45
    Use Transducers in Production