Hello all! I'd like to get Rebellion's 
<https://docs.racket-lang.org/rebellion/> transducer 
<https://docs.racket-lang.org/rebellion/Transducers.html> and reducer 
<https://docs.racket-lang.org/rebellion/Reducers.html> libraries up to 
feature parity with Racket's ordinary list-processing functions. So I'm 
looking for people interested in migrating some of their open-source Racket 
code to use transducers instead of using map / filter / fold / append-map / 
etc. Even just pointing me to some of your code on GitHub that does list 
processing would be a great help, since I could attempt to migrate it 
myself and see if there's any functionality I'm missing that stands in the 
way of migrating. Huge bonus points if your code has benchmarks I can run, 
so I can compare the performance of manual list processing v.s. Rebellion 
stream processing v.s. optimized for loops.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/01a0a03b-f535-4466-a10b-d22761d5e935%40googlegroups.com.

Reply via email to