@fruity, I think you'll need to clarify whether you are looking for advice
on serialisation/deserialisation or on reading/writing from disk. You can
have something that serialises quickly, but writes slowly. You can also
have something which serialises slowly, but writes quickly.

For your tool, you'll need to determine where the bottleneck is, and focus
on that. Perhaps it will be in serialising the data to json. Perhaps it
will be writing because you are writing to the cloud. Best advice will
differ based on which you are having problems with.

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOBpaakkOftf%2BjoypGsYiYRxHA3yVYgzke626OdK3z37gQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to