ripple / rippled-historical-database

SQL database as a canonical source of historical data
99 stars 68 forks source link

consider yielding during hex -> json loop #11

Closed sublimator closed 8 years ago

sublimator commented 9 years ago

ripple-lib hex -> json is really slow might be worth using an async map so as to yield now and then

https://github.com/ripple/rippled-historical-database/blob/develop/api/lib/db.js#L169