Changeset ab6dcc8
- Timestamp:
- May 2, 2023, 11:05:54 AM (19 months ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 8c25760
- Parents:
- e20c0af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/bibliography/pl.bib
re20c0af rab6dcc8 198 198 } 199 199 200 @inproceedings{Koster16, 201 keywords = {Actor Model, Concurrency}, 202 contributer = {pabuhr@plg}, 203 author = {De Koster, Joeri and Van Cutsem, Tom and De Meuter, Wolfgang}, 204 title = {43 Years of Actors: A Taxonomy of Actor Models and Their Key Properties}, 205 publisher = {ACM}, 206 address = {New York, NY, USA}, 207 organization= {Proceedings of the 6th International Workshop on Programming Based on Actors, Agents, and Decentralized Control}, 208 pages = {31-40}, 209 numpages = {10}, 210 year = {2016}, 211 location = {Amsterdam, Netherlands}, 212 series = {AGERE 2016} 213 } 214 200 215 @misc{ActorBenchmarks, 201 keywords = {Actors, microbenchmarks, uC++. CAF, AkkaC, AkkaT, ProtoActor},216 keywords = {Actors, microbenchmarks, uC++. CAF, ProtoActor, AkkaC, AkkaT}, 202 217 contributer = {pabuhr@plg}, 203 218 key = {ActorBenchmarks}, … … 215 230 publisher = {MIT Press, Cambridge}, 216 231 year = 1986 232 } 233 234 @inproceedings{Srinivasan08, 235 author = {Srinivasan, Sriram and Mycroft, Alan}, 236 editor = {Vitek, Jan}, 237 title = {Kilim: Isolation-Typed Actors for Java}, 238 organization= {ECOOP 2008 -- Object-Oriented Programming}, 239 year = {2008}, 240 publisher = {Springer Berlin Heidelberg}, 241 address = {Berlin, Heidelberg}, 242 pages = {104--128}, 243 } 244 245 @inproceedings{Haller07, 246 author = {Haller, Philipp and Odersky, Martin}, 247 editor = {Murphy, Amy L. and Vitek, Jan}, 248 title = {Actors That Unify Threads and Events}, 249 organization= {Coordination Models and Languages}, 250 year = 2007, 251 publisher = {Springer Berlin Heidelberg}, 252 address = {Berlin, Heidelberg}, 253 pages = {171-190}, 217 254 } 218 255 … … 303 340 304 341 @article{Agrawal08, 305 keywords = {Adaptive scheduling, adversary, instantaneous parallelism, job scheduling, multiprocessing, multiprogramming, parallel computation, parallelism feedback, processor allocation, randomized algorithm, space sharing, span, thread scheduling, trim analysis, two-level scheduling, work, work-stealing},342 keywords = {Adaptive scheduling, multiprocessing, processor allocation, randomized algorithm, space sharing, thread scheduling, two-level scheduling, work-stealing}, 306 343 author = {Agrawal, Kunal and Leiserson, Charles E. and He, Yuxiong and Hsu, Wen Jing}, 307 344 title = {Adaptive Work-stealing with Parallelism Feedback}, … … 435 472 month = sep, 436 473 year = 2016, 437 note = {\href{http://doc.akka.io/docs/akka/2.4/AkkaScala.pdf}{http://\-doc.akka.io/\-docs/\-akka/\-2.4/\-AkkaScala.pdf}}, 474 note = {\url{http://doc.akka.io/docs/akka/2.4/AkkaScala.pdf}}, 475 } 476 477 @misc{AkkaClassic, 478 contributer = {pabuhr@plg}, 479 key = {AkkaClassic}, 480 title = {Akka Classic Actors}, 481 author = {{Lightbend}}, 482 howpublished= {\url{https://doc.akka.io/docs/akka/current/index-classic.html}}, 483 year = 2023, 438 484 } 439 485 … … 443 489 title = {Akka Futures}, 444 490 author = {{Lightbend}}, 445 howpublished= {\href{https://doc.akka.io/docs/akka/2.5/futures.html}{https://\-doc.akka.io/\-docs/\-akka/\-2.5/\-futures.html}}, 491 howpublished= {\url{https://doc.akka.io/docs/akka/2.5/futures.html}}, 492 year = 2022, 493 } 494 495 @misc{AkkaTyped, 496 contributer = {pabuhr@plg}, 497 key = {AkkaTyped}, 498 title = {Akka Typed Actors}, 499 author = {{Lightbend}}, 500 howpublished= {\url{https://doc.akka.io/docs/akka/2.5/typed-actors.html}}, 446 501 year = 2022, 447 502 } … … 1118 1173 @inproceedings{CAF, 1119 1174 keywords = {performance measurement, actor model, c++, message-oriented middleware, distributed debugging}, 1175 contributer = {pabuhr@plg}, 1120 1176 author = {Charousset, Dominik and Hiesgen, Raphael and Schmidt, Thomas C.}, 1121 title = {{CAF} - the {C}++ Actor Framework for Scalable and Resource-Efficient Applications},1177 title = {{CAF} -- the {C}++ Actor Framework for Scalable and Resource-Efficient Applications}, 1122 1178 publisher = {ACM}, 1123 1179 address = {New York, NY, USA}, 1124 1180 organization= {Proceedings of the 4th International Workshop on Programming Based on Actors Agents \& Decentralized Control}, 1125 1181 pages = {15-28}, 1126 numpages = {14},1182 numpages = 14, 1127 1183 location = {Portland, Oregon, USA}, 1128 1184 series = {AGERE'14}, 1129 year = {2014},1185 year = 2014, 1130 1186 } 1131 1187 … … 3102 3158 year = 2016, 3103 3159 note = {\href{http://erlang.org/doc/pdf/otp-system-documentation.pdf}{http://\-erlang.org/\-doc/\-pdf/\-otp-system-documentation.pdf}}, 3160 } 3161 3162 @misc{Soleimani16, 3163 keywords = {Erlang, scheduler, history}, 3164 contributer = {pabuhr@plg}, 3165 author = {Hamidreza Soleimani}, 3166 title = {Erlang Scheduler Details and Why It Matters}, 3167 month = feb, 3168 year = 2016, 3169 howpublished= {\url{https://hamidreza-s.github.io/erlang/scheduling/real-time/preemptive/migration/2016/02/09/erlang-scheduler-details.html}}, 3104 3170 } 3105 3171 … … 5336 5402 } 5337 5403 5404 @article{Lombardo19, 5405 contributer = {pabuhr@plg}, 5406 author = {Lombardo, Gianfranco and Fornacciari, Paolo and Mordonini, Monica and Tomaiuolo, Michele and Poggi, Agostino}, 5407 title = {A Multi-Agent Architecture for Data Analysis}, 5408 journal = {Future Internet}, 5409 volume = 11, 5410 year = 2019, 5411 number = 2, 5412 } 5413 5338 5414 @article{multilisp, 5339 5415 keywords = {futures, scheme}, … … 6618 6694 } 6619 6695 6696 @article{Varela01, 6697 keywords = {programming languages, SALSA, continuations, actors, java, internet, network computing, open systems, mobile computing}, 6698 contributer = {pabuhr@plg}, 6699 author = {Varela, Carlos and Agha, Gul}, 6700 title = {Programming Dynamically Reconfigurable Open Systems with SALSA}, 6701 issue_date = {December 2001}, 6702 publisher = {Association for Computing Machinery}, 6703 address = {New York, NY, USA}, 6704 volume = 36, 6705 number = 12, 6706 journal = {SIGPLAN Not.}, 6707 year = 2001, 6708 month = dec, 6709 pages = {20-34}, 6710 } 6711 6620 6712 @book{PowerPC, 6621 6713 key = {PowerPC processor}, … … 6679 6771 title = {Programming Languages -- {C}}, 6680 6772 organization= {International Standard ISO/IEC 9899:1999 (E)}, 6681 publisher 6773 publisher = {American National Standards Institute}, 6682 6774 address = {www.ansi.org}, 6683 6775 year = 1999, … … 6690 6782 title = {{C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} Programming Language ISO/IEC 14882:1998}, 6691 6783 edition = {1st}, 6692 organization 6784 organization= {International Standard Organization}, 6693 6785 address = {Geneva, Switzerland}, 6694 6786 year = 1998, … … 6981 7073 } 6982 7074 7075 @misc{protoactor, 7076 contributer = {pabuhr@plg}, 7077 key = {Protoactor}, 7078 author = {{proto.actor}}, 7079 title = {Asynkron AB}, 7080 year = 2023, 7081 howpublished= {\url{https://proto.actor}}, 7082 } 7083 6983 7084 @misc{Pthreads, 6984 7085 keywords = {pthreads, C concurrency}, … … 7458 7559 title = {The Semantics of a Simple Language for Parallel Programming}, 7459 7560 author = {Gilles Kahn}, 7460 booktitle= {IFIP Congress},7561 organization= {IFIP Congress}, 7461 7562 year = 1974, 7462 7563 } … … 8173 8274 8174 8275 @article{SysVABI, 8175 keywords = 8176 contributer = 8276 keywords = {System V ABI}, 8277 contributer = {a3moss@uwaterloo.ca}, 8177 8278 title = {System {V} application binary interface}, 8178 8279 author = {Matz, Michael and Hubicka, Jan and Jaeger, Andreas and Mitchell, Mark}, … … 8180 8281 volume = {99}, 8181 8282 year = {2013} 8283 } 8284 8285 @article{Albert18, 8286 keywords = {actor-based concurrency, partial order reduction, systematic testing, synchronization, task independence}, 8287 contributer = {pabuhr@plg}, 8288 author = {Albert, Elvira and Arenas, Puri and G\'{o}mez-Zamalloa, Miguel}, 8289 title = {Systematic testing of actor systems}, 8290 journal = {Software Testing, Verification and Reliability}, 8291 volume = {28}, 8292 number = {3}, 8293 pages = {e1661}, 8294 year = {2018} 8182 8295 } 8183 8296 … … 8206 8319 journal = jcss, 8207 8320 year = 1978, 8208 volume = 17, pages = {348-375} 8321 volume = 17, 8322 pages = {348-375}, 8209 8323 } 8210 8324
Note: See TracChangeset
for help on using the changeset viewer.