resource-disaggregation / jiffy

Virtual Memory Abstraction for Serverless Architectures
Apache License 2.0
45 stars 14 forks source link

Local storage functions added #116

Closed hesuyouren closed 4 years ago

hesuyouren commented 4 years ago

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.

AmplabJenkins commented 4 years ago

Can one of the admins verify this patch?

hesuyouren commented 4 years ago

Issue fixed.