Skip to content

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

Notifications You must be signed in to change notification settings

mcanlas/transducer-collections

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages