I added local strorage functions(both csv and binary) for 3 kinds of data structures.
I have modified the way of serializing/deserializing binary files.
I have created/modified tests for both csv and binary format.
How was this patch tested?
I added multiple tests for cpp server and python client, which can be found under /libjiffy/test and /pyjiffy/test/test_client.py. All the tests passed.
What changes were proposed in this pull request?
I added local strorage functions(both csv and binary) for 3 kinds of data structures. I have modified the way of serializing/deserializing binary files. I have created/modified tests for both csv and binary format.
How was this patch tested?
I added multiple tests for cpp server and python client, which can be found under /libjiffy/test and /pyjiffy/test/test_client.py. All the tests passed.
Please review https://ucbrise.github.io/jiffy/contributing/ before opening a pull request.