corda/core
Shams Asari 49cda57c81
AppendOnlyPersistentMapBase.allPersisted no longer loads everything into memory at once (#5286)
As a general purpose API, allPersisted should not be loading the entire contents of the database table into memory. Instead now it returns a Stream for processing of elements.
2019-07-10 18:09:02 +01:00
..
src AppendOnlyPersistentMapBase.allPersisted no longer loads everything into memory at once (#5286) 2019-07-10 18:09:02 +01:00
build.gradle ETO-39 Move core tests (#5255) 2019-07-09 10:09:21 +01:00