tatetian / async-io

Async I/O PoC for NGO
0 stars 1 forks source link

Clean up the codebase #2

Closed tatetian closed 3 years ago

tatetian commented 3 years ago

Here is a list of suggestions to clean up the codebase.

After the clean-up, the structure of the codebase will look like below:

async-rt/
    ...
async-file/
    src/
    examples/
        sgx/
    benches/
        sgx/
    README.md
io-uring-callack/
    src/
    README.md
sgx-untrusted-alloc/
    README.md
thirt_parties/
    slab/
    flume/
    rust-sgx-sdk/
    io-uring/
        src/
        ocalls/
tatetian commented 3 years ago

Done