summaryrefslogtreecommitdiffstats
path: root/references
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-06-09 14:31:20 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2025-06-09 14:31:20 -0400
commit784cbc12a8e09f679f95c6b0c67ede58656bd70e (patch)
treed892fd1d1b7e0981b78e41e8c48e1f8083e3cb09 /references
parent01f6950612be18468376aeffb8eef0d7205d86d5 (diff)
downloaddissertation-784cbc12a8e09f679f95c6b0c67ede58656bd70e.tar.gz
updates
Diffstat (limited to 'references')
-rw-r--r--references/references.bib19
1 files changed, 19 insertions, 0 deletions
diff --git a/references/references.bib b/references/references.bib
index f2c88fa..051bb32 100644
--- a/references/references.bib
+++ b/references/references.bib
@@ -2044,3 +2044,22 @@ journal = {PVDLB},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
+
+@article{bsp,
+author = {Valiant, Leslie G.},
+title = {A bridging model for parallel computation},
+year = {1990},
+issue_date = {Aug. 1990},
+publisher = {Association for Computing Machinery},
+address = {New York, NY, USA},
+volume = {33},
+number = {8},
+issn = {0001-0782},
+url = {https://doi.org/10.1145/79173.79181},
+doi = {10.1145/79173.79181},
+abstract = {The success of the von Neumann model of sequential computation is attributable to the fact that it is an efficient bridge between software and hardware: high-level languages can be efficiently compiled on to this model; yet it can be effeciently implemented in hardware. The author argues that an analogous bridge between software and hardware in required for parallel computation if that is to become as widely used. This article introduces the bulk-synchronous parallel (BSP) model as a candidate for this role, and gives results quantifying its efficiency both in implementing high-level language features and algorithms, as well as in being implemented in hardware.},
+journal = {Commun. ACM},
+month = aug,
+pages = {103–111},
+numpages = {9}
+}