Hi guys, when saving a graph with .save(), I understood that float are represented in hexadecimal exponentiation format. I was wondering the reason for that.

The thing behind my question is that I built a graph with 5M vertices and 50M edges so storing it as an XML file leads to a 5GB one. So, if I can find a way to reduce the size, I will be very happy.

Best,
F.