Skip to content

Commit

Permalink
Added paper link
Browse files Browse the repository at this point in the history
  • Loading branch information
durner committed Aug 28, 2023
1 parent ebd170f commit 296879a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down Expand Up @@ -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
```

0 comments on commit 296879a

Please sign in to comment.