Changes in doc/bibliography/pl.bib [159460f:21e6da5]
- File:
-
- 1 edited
-
doc/bibliography/pl.bib (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/bibliography/pl.bib
r159460f r21e6da5 813 813 title = {The Art of Multiprocessor Programming}, 814 814 year = 2008, 815 isbn = {0123705916, 9780123705914}, 815 816 publisher = {Morgan Kaufmann Publishers}, 816 817 address = {San Francisco}, … … 927 928 month = sep, 928 929 year = 2013, 929 pages = {46- 53},930 pages = {46--53}, 930 931 publisher = {ACM}, 931 932 address = {New York, NY, USA}, 932 }933 934 @inproceedings{Aravind18,935 contributer = {pabuhr@plg},936 author = {Alex Aravind},937 title = {Barrier Synchronization: Simplified, Generalized, and Solved without Mutual Exclusion},938 organization= {IEEE International Parallel and Distributed Processing Symposium Workshops},939 series = {IPDPSW'18},940 month = may,941 year = 2018,942 pages = {773-782},943 933 } 944 934 … … 1116 1106 publisher = {ACM}, 1117 1107 address = {New York, NY, USA}, 1118 }1119 1120 @article{Brooks87,1121 author = {Eugene D. Brooks III},1122 title = {The Butterfly Barrier},1123 journal = {International Journal of Parallel Programming},1124 volume = 15,1125 number = 4,1126 pages = {295-307},1127 year = 1987,1128 1108 } 1129 1109 … … 4360 4340 chapter = {1}, 4361 4341 publisher = {The MIT Press} 4362 }4363 4364 @article{Lamport08,4365 keywords = {concurrency, barrier},4366 contributer = {pabuhr@plg},4367 author = {Leslie Lamport},4368 title = {Implementing Dataflow with Threads},4369 journal = {Distributed Computing},4370 year = 2008,4371 month = jul,4372 volume = 21,4373 number = 3,4374 pages = {163-181},4375 4342 } 4376 4343 … … 5204 5171 journal = {ACM Trans. Parallel Comput.}, 5205 5172 issn = {2329-4949}, 5173 url = {https://doi.org/10.1145/3584696}, 5174 doi = {10.1145/3584696}, 5206 5175 articleno = 11, 5207 5176 numpages = 23, … … 7800 7769 } 7801 7770 7802 @book{Scott24,7803 author = {Michael L. Scott and Trevor Brown},7804 booktitle = {Shared-Memory Synchronization},7805 series = {Synthesis Lectures on Computer Architecture},7806 edition = {2nd},7807 year = 2024,7808 publisher = {Springer International Publishing},7809 address = {Cham, Switzerland},7810 }7811 7812 7771 @inproceedings{Leissa14, 7813 7772 title = {{S}ierra: a {SIMD} extension for {C}++}, … … 8702 8661 } 8703 8662 8704 @article{Hensgen88,8705 author = {Debra Hensgen and Raphael Finkel and Udi Manber},8706 title = {Two algorithms for barrier synchronization},8707 journal = {International Journal of Parallel Programming},8708 volume = 17,8709 number = 1,8710 pages = {1-17},8711 year = 1988,8712 }8713 8714 8663 @article{Leroy00, 8715 8664 keywords = {type-systems, exceptions}, … … 8803 8752 title = {Understanding Control Flow: Concurrent Programming using $\mu${C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}}}, 8804 8753 publisher = {Springer}, 8805 address = { Cham,Switzerland},8754 address = {Switzerland}, 8806 8755 year = 2016, 8807 8756 }
Note:
See TracChangeset
for help on using the changeset viewer.