specter

Benjamin 2022-07-12T06:32:20.918029Z

Lets say I'm into transducers is there a cheatsheet translating to specter. Also can i mix them?

steveb8n 2022-07-12T06:49:19.196639Z

my experience has been you want to use specter for single entity/map transforms and then compose those into chains of transducers. seems to be the best balance of readability and performance since specter (transform [ALL]…) isn’t really built for transducers

steveb8n 2022-07-12T06:50:34.900319Z

that said, I haven’t benchmarked one vs the other. would be a fun way to learn the right answer

Benjamin 2022-07-12T06:52:45.272439Z

👍