diff --git a/README.md b/README.md index f5c5080..59bc0a0 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ In this repository, we present AnyBlob. AnyBlob is a universal download manager that allows to retrieve and upload objects to different cloud object stores. Our download manager uses less CPU resources than cloud-vendor provided libraries while retaining maximum throughput performance. AnyBlob leverages IO\_uring for superior performance per core. -For experimental results, please visit our research paper at [PVLDB 16](https://www.vldb.org/pvldb/vol16/p2734-durner.pdf). +For experimental results, please visit our research paper at [PVLDB 16](https://www.vldb.org/pvldb/vol16/p2769-durner.pdf). ## Building AnyBlob AnyBlob relies on some third-party libraries: - uring - openssl -- jemalloc (recommended) +- jemalloc For Ubuntu the following command install the third-party libraries: ``` @@ -47,5 +47,5 @@ If you are using AnyBlob in your scientific work, please cite: ``` Exploiting Cloud Object Storage for High-Performance Analytics Dominik Durner, Viktor Leis, and Thomas Neumann -PVLDB 16, 11 (2023), 49th International Conference on Very Large Data Bases +PVLDB 16 (11), 2023, 49th International Conference on Very Large Data Bases ```