From 12ab81033cb05e505ddd2c96264d7cc5f76a338b Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Thu, 12 Jun 2025 22:07:38 -0400 Subject: presentation updates --- presentation/img/bsm-insert-cost.png | Bin 0 -> 24367 bytes presentation/img/bsm-query-cost.png | Bin 0 -> 14809 bytes presentation/img/build-cost.png | Bin 0 -> 5402 bytes presentation/img/constant-cost.png | Bin 0 -> 9948 bytes presentation/img/fig-bs-irs-insert.pdf | Bin 0 -> 19021 bytes presentation/img/fig-bs-irs-query.pdf | Bin 0 -> 24732 bytes presentation/img/fig-bs-knn-insert.pdf | Bin 0 -> 17897 bytes presentation/img/fig-bs-knn-query.pdf | Bin 0 -> 18672 bytes presentation/img/insert-cost.png | Bin 0 -> 4474 bytes presentation/img/irs-cn-decomp.png | Bin 0 -> 9891 bytes presentation/img/irs-sa.png | Bin 0 -> 32003 bytes presentation/img/irs-wrong.png | Bin 0 -> 16945 bytes presentation/img/policy-costs.png | Bin 77309 -> 45095 bytes presentation/img/query-cost.png | Bin 0 -> 8332 bytes presentation/img/sorted-arra-decomp-cost.png | Bin 0 -> 11009 bytes presentation/img/sorted-array-funcs.png | Bin 0 -> 32349 bytes presentation/img/sorted-array-insert1.png | Bin 0 -> 6303 bytes presentation/img/sorted-array-insert2.png | Bin 0 -> 7146 bytes presentation/img/sorted-array-query-cost.png | Bin 0 -> 17873 bytes 19 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 presentation/img/bsm-insert-cost.png create mode 100644 presentation/img/bsm-query-cost.png create mode 100644 presentation/img/build-cost.png create mode 100644 presentation/img/constant-cost.png create mode 100644 presentation/img/fig-bs-irs-insert.pdf create mode 100644 presentation/img/fig-bs-irs-query.pdf create mode 100644 presentation/img/fig-bs-knn-insert.pdf create mode 100644 presentation/img/fig-bs-knn-query.pdf create mode 100644 presentation/img/insert-cost.png create mode 100644 presentation/img/irs-cn-decomp.png create mode 100644 presentation/img/irs-sa.png create mode 100644 presentation/img/irs-wrong.png create mode 100644 presentation/img/query-cost.png create mode 100644 presentation/img/sorted-arra-decomp-cost.png create mode 100644 presentation/img/sorted-array-funcs.png create mode 100644 presentation/img/sorted-array-insert1.png create mode 100644 presentation/img/sorted-array-insert2.png create mode 100644 presentation/img/sorted-array-query-cost.png (limited to 'presentation/img') diff --git a/presentation/img/bsm-insert-cost.png b/presentation/img/bsm-insert-cost.png new file mode 100644 index 0000000..7c76ab3 Binary files /dev/null and b/presentation/img/bsm-insert-cost.png differ diff --git a/presentation/img/bsm-query-cost.png b/presentation/img/bsm-query-cost.png new file mode 100644 index 0000000..a148c48 Binary files /dev/null and b/presentation/img/bsm-query-cost.png differ diff --git a/presentation/img/build-cost.png b/presentation/img/build-cost.png new file mode 100644 index 0000000..b28beaa Binary files /dev/null and b/presentation/img/build-cost.png differ diff --git a/presentation/img/constant-cost.png b/presentation/img/constant-cost.png new file mode 100644 index 0000000..7034741 Binary files /dev/null and b/presentation/img/constant-cost.png differ diff --git a/presentation/img/fig-bs-irs-insert.pdf b/presentation/img/fig-bs-irs-insert.pdf new file mode 100644 index 0000000..9946ca8 Binary files /dev/null and b/presentation/img/fig-bs-irs-insert.pdf differ diff --git a/presentation/img/fig-bs-irs-query.pdf b/presentation/img/fig-bs-irs-query.pdf new file mode 100644 index 0000000..bc56fbc Binary files /dev/null and b/presentation/img/fig-bs-irs-query.pdf differ diff --git a/presentation/img/fig-bs-knn-insert.pdf b/presentation/img/fig-bs-knn-insert.pdf new file mode 100644 index 0000000..8d1d23c Binary files /dev/null and b/presentation/img/fig-bs-knn-insert.pdf differ diff --git a/presentation/img/fig-bs-knn-query.pdf b/presentation/img/fig-bs-knn-query.pdf new file mode 100644 index 0000000..80a5c1e Binary files /dev/null and b/presentation/img/fig-bs-knn-query.pdf differ diff --git a/presentation/img/insert-cost.png b/presentation/img/insert-cost.png new file mode 100644 index 0000000..ddcd33c Binary files /dev/null and b/presentation/img/insert-cost.png differ diff --git a/presentation/img/irs-cn-decomp.png b/presentation/img/irs-cn-decomp.png new file mode 100644 index 0000000..2c52f13 Binary files /dev/null and b/presentation/img/irs-cn-decomp.png differ diff --git a/presentation/img/irs-sa.png b/presentation/img/irs-sa.png new file mode 100644 index 0000000..fcc1688 Binary files /dev/null and b/presentation/img/irs-sa.png differ diff --git a/presentation/img/irs-wrong.png b/presentation/img/irs-wrong.png new file mode 100644 index 0000000..65d186d Binary files /dev/null and b/presentation/img/irs-wrong.png differ diff --git a/presentation/img/policy-costs.png b/presentation/img/policy-costs.png index 3233272..88c9564 100644 Binary files a/presentation/img/policy-costs.png and b/presentation/img/policy-costs.png differ diff --git a/presentation/img/query-cost.png b/presentation/img/query-cost.png new file mode 100644 index 0000000..e9309d5 Binary files /dev/null and b/presentation/img/query-cost.png differ diff --git a/presentation/img/sorted-arra-decomp-cost.png b/presentation/img/sorted-arra-decomp-cost.png new file mode 100644 index 0000000..d28b57d Binary files /dev/null and b/presentation/img/sorted-arra-decomp-cost.png differ diff --git a/presentation/img/sorted-array-funcs.png b/presentation/img/sorted-array-funcs.png new file mode 100644 index 0000000..eaed055 Binary files /dev/null and b/presentation/img/sorted-array-funcs.png differ diff --git a/presentation/img/sorted-array-insert1.png b/presentation/img/sorted-array-insert1.png new file mode 100644 index 0000000..39b6b5f Binary files /dev/null and b/presentation/img/sorted-array-insert1.png differ diff --git a/presentation/img/sorted-array-insert2.png b/presentation/img/sorted-array-insert2.png new file mode 100644 index 0000000..21b1dc2 Binary files /dev/null and b/presentation/img/sorted-array-insert2.png differ diff --git a/presentation/img/sorted-array-query-cost.png b/presentation/img/sorted-array-query-cost.png new file mode 100644 index 0000000..05a38b8 Binary files /dev/null and b/presentation/img/sorted-array-query-cost.png differ -- cgit v1.2.3