Merge: neo: Load the graph in chunks and only once.
authorJean Privat <jean@pryen.org>
Tue, 4 Nov 2014 20:07:17 +0000 (15:07 -0500)
committerJean Privat <jean@pryen.org>
Tue, 4 Nov 2014 20:07:17 +0000 (15:07 -0500)
commit3858d804fef8fb6e89fc288ddb312b2fdec29f5f
tree5c9618d58991c86f695db462cc08ffcefcea957e
parent2e6feca78af19d88799d2a83b63f531b7779b3f9
parent8d5a10246e124c614ebb81b5282d71de6e95531c
Merge: neo: Load the graph in chunks and only once.

With this fix, `neo.nit` now takes approximately 2 Gio of memory to load the graph for Apache Xerces.

Fixes #870.

Pull-Request: #872
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>