Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

transducer-collections

A proof-of-concept collections library powered by transducers

What is a transducer?

A transducer is a pattern for describing modifications to a collection or stream, like map, filter, etc. Unlike traditional collection operations, the type of the collection does not need to be known at construction time. And, the modifications are lazy; they can run on demand and be reused between different collections.

See also

https://github.com/knutwalker/transducers-scala

About

A proof-of-concept Scala collections library powered by transducers

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages