Concurrent use of write-once memory

James Aspnes, Keren Censor-Hillel, and Eitan Yaakobi. Concurrent use of write-once memory. Journal of Parallel and Distributed Computing 113:250–260, March 2018. An earlier version appeared in Structural Information and Communication Complexity - 23rd International Colloquium, SIROCCO 2016, Helsinki, Finland, July 19–21, 2016, Revised Selected Papers, July 2016, pp. 127–142.

Abstract

We consider the problem of implementing general shared-memory objects on top of write-once bits, which can be changed from 0 to 1 but not back again. In a sequential setting, write-once memory (WOM) codes have been developed that allow simulating memory that support multiple writes, even of large values, setting an average of 1+o(1) write-once bits per write. We show that similar space efficiencies can be obtained in a concurrent setting, though at the cost of high time complexity and fixed bound on the number of write operations. As an alternative, we give an implementation that permits unboundedly many writes and has much better amortized time complexity, but at the cost of unbounded space complexity. Whether one can obtain both low time complexity and low space complexity in the same implementation remains open.

BibTeX

Download
    @article{AspnesCY2018,
  author    = {James Aspnes and
               Keren Censor{-}Hillel and
               Eitan Yaakobi},
  title     = {Concurrent use of write-once memory},
  journal   = {Journal of Parallel and Distributed Computing},
  volume    = {113},
  pages     = {250--260},
  month     = mar,
  year      = {2018},
  url       = {https://doi.org/10.1016/j.jpdc.2017.12.001},
  doi       = {10.1016/j.jpdc.2017.12.001},
  timestamp = {Tue, 30 Jan 2018 14:44:37 +0100},
  biburl    = {https://dblp.org/rec/bib/journals/jpdc/AspnesCY18},
  bibsource = {dblp computer science bibliography, https://dblp.org}
}

Consolidated BibTeX file
Return to James Aspnes's publications
Return to James Aspnes's home page