unipop-graph / unipop

Data Integration Graph
Apache License 2.0
203 stars 35 forks source link

Dependency Management - Collections Library #48

Open GurRonen opened 8 years ago

GurRonen commented 8 years ago

Currently we use multiple collections libraries, including:

all of them are lacking some features which exist in other languages such as Scala and the .Net family

a solution to this is using the Seq API from JOOQ/JOOL.

some resources:

from personal experience, the JOOL api fits our needs and gives us greater flexibility.