NCATS-Gamma / omnicorp

MIT License
1 stars 1 forks source link

Replace Scala parallel collections with streams #65

Open gaurav opened 4 years ago

gaurav commented 4 years ago

There are two main things that need to be done here:

balhoff commented 4 years ago

In my current quick-and-dirty setup, RoboCORD loads all JSON files that it needs to use into memory. This should be replaced by a lazy system so that the file isn't actually read and parsed until it is needed.

Streams!