Skip to content
Success

Changes

Summary

  1. cleaned up exp_backoff lock and rewrote parts of channels to improve performance (details)
  2. added two other channel variations to channel file (details)
  3. various edits and cleanup and added mutexstmt chapter (details)
  4. added WIP channels chapter (details)
  5. added first channel bench and copied over scripts that will need to be edited for channel usage. intermediate commit so that benchmarks can be pulled and run on another server (details)
  6. some mutex stmt benchmark cleanup (details)
Commit d30e3ebfc2de91ddf2b472e0097ef737bb4f3654 by caparson
cleaned up exp_backoff lock and rewrote parts of channels to improve performance
The file was modifiedlibcfa/src/concurrency/locks.hfa
The file was modifiedlibcfa/src/concurrency/channel.hfa
Commit 0e16a2dbb88d7f24cc4ef62008749ca666b0a592 by caparsons
added two other channel variations to channel file
The file was modifiedlibcfa/src/concurrency/channel.hfa
Commit 512d937cbcad1544fc5483ea70f190769eb1fa16 by caparsons
various edits and cleanup and added mutexstmt chapter
The file was modifieddoc/theses/colby_parsons_MMAth/text/CFA_intro.tex
The file was modifieddoc/theses/colby_parsons_MMAth/text/frontpgs.tex
The file was modifieddoc/theses/colby_parsons_MMAth/thesis.tex
The file was modifieddoc/theses/colby_parsons_MMAth/local.bib
The file was modifieddoc/theses/colby_parsons_MMAth/Makefile
The file was modifieddoc/theses/colby_parsons_MMAth/glossary.tex
The file was modifieddoc/theses/colby_parsons_MMAth/text/actors.tex
The file was modifieddoc/theses/colby_parsons_MMAth/text/mutex_stmt.tex
Commit 5fd5de2f32519d81c4bd90987e1ff10df405661a by caparsons
added WIP channels chapter
The file was addeddoc/theses/colby_parsons_MMAth/text/channels.tex
Commit 2f6a9391fb8df95071d5a97f144de723657b7e5d by caparsons
added first channel bench and copied over scripts that will need to be edited for channel usage. intermediate commit so that benchmarks can be pulled and run on another server
The file was addeddoc/theses/colby_parsons_MMAth/benchmarks/channels/run
The file was addeddoc/theses/colby_parsons_MMAth/benchmarks/channels/go/contend.go
The file was addeddoc/theses/colby_parsons_MMAth/benchmarks/channels/plotData.py
The file was addeddoc/theses/colby_parsons_MMAth/benchmarks/channels/cfa/contend.cfa
Commit 4eebbcc369724c041ee27de3816ce6cc7fc9f10e by caparsons
some mutex stmt benchmark cleanup
The file was modifieddoc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/plotData.py
The file was modifieddoc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/cfa/rand.cfa
The file was modifieddoc/theses/colby_parsons_MMAth/benchmarks/mutex_stmt/run