DEIB-GECO / GMQL

GMQL - GenoMetric Query Language
http://www.bioinformatics.deib.polimi.it/geco/
Apache License 2.0
18 stars 11 forks source link

GDM serialiser. #70

Closed akaitoua closed 6 years ago

akaitoua commented 7 years ago

Create a serialiser for GMQL data format, Currently we are using a Kryo serialiser. Since we have a well defined schema (GDM) it would be better if we define our own data serialiser.

This will improve memory management and improve the over all system performance.