diff --git a/README.md b/README.md index 68381a2..e7ab049 100644 --- a/README.md +++ b/README.md @@ -568,6 +568,10 @@ The code of the benchmark can be found [here](https://github.com/kampersanda/fas ![lookup_vs_memory](https://github.com/kampersanda/xcdat/blob/master/image/lookup_vs_memory.png?raw=true) +#### Plots: memory vs. build + +![build_vs_memory](https://github.com/kampersanda/xcdat/blob/master/image/build_vs_memory.png?raw=true) + #### Table: IPA | Library | Data structure | Memory (MiB) | Build (ns/key) | Lookup (ns/key) | Decode (ns/id) | diff --git a/image/build_vs_memory.png b/image/build_vs_memory.png new file mode 100644 index 0000000..8b59cc4 Binary files /dev/null and b/image/build_vs_memory.png differ