source: doc/theses/colby_parsons_MMAth/local.bib @ 056bee8

ADTast-experimental
Last change on this file since 056bee8 was 0faacb8, checked in by caparsons <caparson@…>, 14 months ago

various additions to thesis, finished first draft of actor chapter (lots of polish needed), added first draft of intro to CFA features & intro to CFA threading, added start of mutex stmt chapter

  • Property mode set to 100644
File size: 2.1 KB
Line 
1%    Predefined journal names:
2%  acmcs: Computing Surveys             acta: Acta Infomatica
3%  cacm: Communications of the ACM
4%  ibmjrd: IBM J. Research & Development ibmsj: IBM Systems Journal
5%  ieeese: IEEE Trans. on Soft. Eng.    ieeetc: IEEE Trans. on Computers
6%  ieeetcad: IEEE Trans. on Computer-Aided Design of Integrated Circuits
7%  ipl: Information Processing Letters  jacm: Journal of the ACM
8%  jcss: J. Computer & System Sciences  scp: Science of Comp. Programming
9%  sicomp: SIAM J. on Computing         tocs: ACM Trans. on Comp. Systems
10%  tods: ACM Trans. on Database Sys.    tog: ACM Trans. on Graphics
11%  toms: ACM Trans. on Math. Software   toois: ACM Trans. on Office Info. Sys.
12%  toplas: ACM Trans. on Prog. Lang. & Sys.
13%  tcs: Theoretical Computer Science
14@string{ieeepds="IEEE Transactions on Parallel and Distributed Systems"}
15@string{ieeese="IEEE Transactions on Software Engineering"}
16@string{spe="Software---\-Practice and Experience"}
17@string{sigplan="SIGPLAN Notices"}
18@string{joop="Journal of Object-Oriented Programming"}
19@string{popl="Conference Record of the ACM Symposium on Principles of Programming Languages"}
20@string{osr="Operating Systems Review"}
21@string{pldi="Programming Language Design and Implementation"}
22
23@inproceedings{barghi18,
24  title={Work-stealing, locality-aware actor scheduling},
25  author={Barghi, Saman and Karsten, Martin},
26  booktitle={2018 IEEE International Parallel and Distributed Processing Symposium (IPDPS)},
27  pages={484--494},
28  year={2018},
29  organization={IEEE}
30}
31
32@inproceedings{wolke17,
33  title={Locality-guided scheduling in caf},
34  author={W{\"o}lke, Sebastian and Hiesgen, Raphael and Charousset, Dominik and Schmidt, Thomas C},
35  booktitle={Proceedings of the 7th ACM SIGPLAN International Workshop on Programming Based on Actors, Agents, and Decentralized Control},
36  pages={11--20},
37  year={2017}
38}
39
40@mastersthesis{Delisle18,
41author={{Delisle, Thierry}},
42title={Concurrency in C∀},
43year={2018},
44publisher="UWSpace",
45url={http://hdl.handle.net/10012/12888}
46}
47
48@phdthesis{Delisle22,
49author={{Delisle, Thierry}},
50title={The C∀ Scheduler},
51year={2022},
52publisher="UWSpace",
53url={http://hdl.handle.net/10012/18941}
54}
Note: See TracBrowser for help on using the repository browser.