From 784cbc12a8e09f679f95c6b0c67ede58656bd70e Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 9 Jun 2025 14:31:20 -0400 Subject: updates --- references/references.bib | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'references') 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} +} -- cgit v1.2.3