Ignore:
Timestamp:
Feb 13, 2023, 10:40:43 PM (14 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, ast-experimental, master
Children:
f6bceeb
Parents:
966b4c6
Message:

add Actor and work-stealing citations, change inproceedings booktitle to organization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    r966b4c6 r641be0a  
    147147    author      = {Zhang, Yizhou and Salvaneschi, Guido and Beightol, Quinn and Liskov, Barbara and Myers, Andrew C.},
    148148    title       = {Accepting Blame for Safe Tunneled Exceptions},
    149     booktitle   = {Proceedings of the 37th ACM SIGPLAN Conference on Programming Language Design and Implementation},
     149    organization= {Proceedings of the 37th ACM SIGPLAN Conference on Programming Language Design and Implementation},
    150150    series      = {PLDI'16},
    151151    year        = {2016},
     
    196196   },
    197197   comment      = {Mentions Thoth in reference to delegation}
     198}
     199
     200@misc{ActorBenchmarks,
     201    keywords    = {Actors, microbenchmarks, uC++. CAF, AkkaC, AkkaT, ProtoActor},
     202    contributer = {pabuhr@plg},
     203    key         = {ActorBenchmarks},
     204    title       = {Actor Benchmarks},
     205    author      = {Peter A. Buhr and Colby A. Parsons},
     206    howpublished= {\href{https://github.com/pabuhr/ActorExperiments}{https://\-github.com/\-pabuhr/\-ActorExperiments}},
     207    year        = 2022,
    198208}
    199209
     
    292302}
    293303
     304@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},
     306    author      = {Agrawal, Kunal and Leiserson, Charles E. and He, Yuxiong and Hsu, Wen Jing},
     307    title       = {Adaptive Work-stealing with Parallelism Feedback},
     308    journal     = {ACM Trans. Comput. Syst.},
     309    issue_date  = {September 2008},
     310    volume      = {26},
     311    number      = {3},
     312    month       = sep,
     313    year        = {2008},
     314    pages       = {7:1-7:32},
     315    publisher   = {ACM},
     316    address     = {New York, NY, USA},
     317}
     318
    294319@mastersthesis{Younger91,
    295320    keywords    = {concurrency, C++, postponing requests},
     
    411436    year        = 2016,
    412437    note        = {\href{http://doc.akka.io/docs/akka/2.4/AkkaScala.pdf}{http://\-doc.akka.io/\-docs/\-akka/\-2.4/\-AkkaScala.pdf}},
     438}
     439
     440@misc{AkkaFuture,
     441    contributer = {pabuhr@plg},
     442    key         = {AkkaFuture},
     443    title       = {Akka Futures},
     444    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}},
     446    year        = 2022,
    413447}
    414448
     
    582616}
    583617
     618@inproceedings{Mitzenmacher98,
     619    author      = {Mitzenmacher, Michael},
     620    title       = {Analyses of Load Stealing Models Based on Differential Equations},
     621    organization= {Proceedings of the Tenth Annual ACM Symposium on Parallel Algorithms and Architectures},
     622    series      = {SPAA '98},
     623    year        = {1998},
     624    isbn        = {0-89791-989-0},
     625    location    = {Puerto Vallarta, Mexico},
     626    pages       = {212-221},
     627    publisher   = {ACM},
     628    address     = {New York, NY, USA},
     629}
     630
     631@inproceedings{Squillante91,
     632    author      = {Squillante, Mark S. and Nelson, Randolph D.},
     633    title       = {Analysis of Task Migration in Shared-memory Multiprocessor Scheduling},
     634    organization= {Proceedings of the 1991 ACM SIGMETRICS Conference on Measurement and Modeling of Computer Systems},
     635    series      = {SIGMETRICS '91},
     636    year        = {1991},
     637    isbn        = {0-89791-392-2},
     638    location    = {San Diego, California, USA},
     639    pages       = {143-155},
     640    publisher   = {ACM},
     641    address     = {New York, NY, USA},
     642}
     643
    584644@article{Sinha00,
    585645    author      = {Saurabh Sinha and Mary Jean Harrold},
     
    596656    author      = {Martin P. Robillard and Gail C. Murphy},
    597657    title       = {Analyzing Exception Flow in {J}ava Programs},
    598     booktitle   = {ESEC/FSE-7: Proceedings of the 7th European Software Engineering Conference held jointly
     658    organization= {ESEC/FSE-7: Proceedings of the 7th European Software Engineering Conference held jointly
    599659                   with the 7th ACM SIGSOFT International Symposium on Foundations of Software Engineering},
    600660    year        = 1999,
     
    638698    author      = {Henry Qin and Qian Li and Jacqueline Speiser and Peter Kraft and John Ousterhout},
    639699    title       = {Arachne: Core-Aware Thread Management},
    640     booktitle   = {13th {USENIX} Symp. on Oper. Sys. Design and Impl. ({OSDI} 18)},
     700    organization= {13th {USENIX} Symp. on Oper. Sys. Design and Impl. ({OSDI} 18)},
    641701    year        = {2018},
    642702    address     = {Carlsbad, CA},
     
    695755    author      = {Jaewoong Chung and Luke Yen and Stephan Diestelhorst and Martin Pohlack and Michael Hohmuth and David Christie and Dan Grossman},
    696756    title       = {ASF: AMD64 Extension for Lock-Free Data Structures and Transactional Memory},
    697     booktitle   = {Proceedings of the 2010 43rd Annual IEEE/ACM International Symposium on Microarchitecture},
     757    organization= {Proceedings of the 2010 43rd Annual IEEE/ACM International Symposium on Microarchitecture},
    698758    series      = {MICRO '43},
    699759    year        = 2010,
     
    716776}
    717777
     778@misc{AsyncAwait,
     779    contributer = {pabuhr@plg},
     780    key         = {AsyncAwait},
     781    title       = {Async Await},
     782    author      = {{WikipediA}},
     783    howpublished= {\href{https://en.wikipedia.org/wiki/Async/await}{https://\-en.wikipedia.org/\-wiki/\-Async/\-await}},
     784    year        = 2022,
     785}
     786
    718787@inproceedings{Krischer08,
    719788    keywords    = {exception handling, asynchronous, blocked tasks},
     
    721790    author      = {Roy Krischer and Peter A. Buhr},
    722791    title       = {Asynchronous Exception Propagation in Blocked Tasks},
    723     booktitle   = {4th International Workshop on Exception Handling (WEH.08)},
     792    organization= {4th International Workshop on Exception Handling (WEH.08)},
    724793    optorganization= {16th International Symposium on the Foundations of Software Engineering (FSE 16)},
    725794    address     = {Atlanta, U.S.A},
     
    793862    publisher   = {ACM},
    794863    address     = {New York, NY, USA},
     864}
     865
     866@techreport{Neill09,
     867    author      = {Daniel Neill and Adam Wierman},
     868    title       = {On the Benefits of Work Stealing in Shared-Memory Multiprocessors},
     869    institution = {Carnegie Mellon University},
     870    address     = {California Institute of Technology, Pasadena, CA, USA},
     871    note        = {\href{http://www.cs.cmu.edu/~acw/15740/paper.pdf}{http://\-www.cs.cmu.edu/\-$\sim$acw/\-15740/\-paper.pdf}, Accessed May 2014},
     872    year        = 2009,
    795873}
    796874
     
    9481026    year        = 2006,
    9491027    pages       = {1-21}
     1028}
     1029
     1030@inproceedings{Ding12,
     1031    keywords    = {fairness, multicore, time sharing, work stealing},
     1032    author      = {Ding, Xiaoning and Wang, Kaibo and Gibbons, Phillip B. and Zhang, Xiaodong},
     1033    title       = {BWS: Balanced Work Stealing for Time-sharing Multicores},
     1034    organization= {Proceedings of the 7th ACM European Conference on Computer Systems},
     1035    series      = {EuroSys '12},
     1036    year        = {2012},
     1037    location    = {Bern, Switzerland},
     1038    pages       = {365-378},
     1039    publisher   = {ACM},
     1040    address     = {New York, NY, USA},
    9501041}
    9511042
     
    20372128    author      = {Adya, Atul and Howell, Jon and Theimer, Marvin and Bolosky, William J. and Douceur, John R.},
    20382129    title       = {Cooperative Task Management Without Manual Stack Management},
    2039     booktitle   = {Proc. of the General Track USENIX Tech. Conf.},
     2130    organization= {Proc. of the General Track USENIX Tech. Conf.},
    20402131    series      = {ATEC '02},
    20412132    year        = {2002},
     
    21452236    year        = 2016,
    21462237    note        = {\href{http://dlang.org/spec/spec.html}{http://\-dlang.org/\-spec/\-spec.html}},
     2238}
     2239
     2240@article{Acar02,
     2241    author      = {Acar, Umut A. and Blelloch, Guy E. and Blumofe, Robert D.},
     2242    title       = {The Data Locality of Work Stealing},
     2243    journal     = {Theory of Computing Systems},
     2244    volume      = {35},
     2245    number      = {3},
     2246    year        = {2002},
     2247    publisher   = {Springer-Verlag},
     2248    pages       = {321-347},
    21472249}
    21482250
     
    24042506    editor      = {R. E. A. Mason},
    24052507    organization= {IFIP},
    2406     publisher = {North-Holland},
    2407     summary = {
     2508    publisher   = {North-Holland},
     2509    summary     = {
    24082510        Packages group related declarations or subprograms, and encapsulate
    24092511        data types.  Separate interfaces and bodies promotes information
     
    26322734    address     = {Waterview Corporate Center, 20 Waterview Boulevard, Parsippany, NJ 07054},
    26332735    year        = {1993}
     2736}
     2737
     2738@inproceedings{Chen14,
     2739    keywords    = {Core allocation, Multi-programmed, Work-stealing},
     2740    author      = {Chen, Quan and Zheng, Long and Guo, Minyi},
     2741    title       = {DWS: Demand-aware Work-Stealing in Multi-programmed Multi-core Architectures},
     2742    organization= {Proceedings of Programming Models and Applications on Multicores and Manycores},
     2743    series      = {PMAM'14},
     2744    year        = {2007},
     2745    location    = {Orlando, FL, USA},
     2746    pages       = {131:131-131:139},
     2747    articleno   = {131},
     2748    numpages    = {9},
     2749    publisher   = {ACM},
     2750    address     = {New York, NY, USA},
    26342751}
    26352752
     
    26652782    year        = 2003,
    26662783    pages       = {29-35},
     2784}
     2785
     2786@inproceedings{Hamidzadeh96,
     2787    keywords    = {processor scheduling, resource allocation, shared memory systems, average memory referencing delay},
     2788    author      = {Hamidzadeh, B. and Lilja, D.J.},
     2789    booktitle   = {Distributed Computing Systems, 1996., Proceedings of the 16th International Conference on},
     2790    title       = {Dynamic scheduling strategies for shared-memory multiprocessors},
     2791    year        = {1996},
     2792    month       = {May},
     2793    pages       = {208-215},
     2794}
     2795
     2796@article{Hendler06,
     2797    keywords    = {Concurrent programming; Load balancing; Work stealing; Lock-free; Data structures},
     2798    author      = {Hendler, Danny and Lev, Yossi and Moir, Mark and Shavit, Nir},
     2799    title       = {A dynamic-sized nonblocking work stealing deque},
     2800    journal     = {Distributed Computing},
     2801    volume      = {18},
     2802    number      = {3},
     2803    year        = {2006},
     2804    publisher   = {Springer-Verlag},
     2805    pages       = {189-207},
    26672806}
    26682807
     
    27682907}
    27692908
     2909@inproceedings{Blelloch04,
     2910    keywords    = {chip multiprocessors, multithreaded architectures, scheduling algorithms, shared cache},
     2911    author      = {Blelloch, Guy E. and Gibbons, Phillip B.},
     2912    title       = {Effectively Sharing a Cache Among Threads},
     2913    organization= {Proceedings of the Sixteenth Annual ACM Symposium on Parallelism in Algorithms and Architectures},
     2914    series      = {SPAA '04},
     2915    year        = {2004},
     2916    location    = {Barcelona, Spain},
     2917    pages       = {235-244},
     2918    publisher   = {ACM},
     2919    address     = {New York, NY, USA},
     2920}
     2921
    27702922@techreport{Habermann80,
    27712923    keywords    = {Ada, threads},
     
    29023054}
    29033055
     3056@inproceedings{Ribic14,
     3057    keywords    = {dvfs, energy efficiency, language runtimes, thread management, work stealing},
     3058    author      = {Ribic, Haris and Liu, Yu David},
     3059    title       = {Energy-efficient Work-stealing Language Runtimes},
     3060    organization= {Proceedings of the 19th International Conference on Architectural Support for Programming Languages and Operating Systems},
     3061    series      = {ASPLOS '14},
     3062    year        = {2014},
     3063    location    = {Salt Lake City, Utah, USA},
     3064    pages       = {513-528},
     3065    publisher   = {ACM},
     3066    address     = {New York, NY, USA},
     3067}
     3068
    29043069@manual{EPT,
    29053070    keywords    = {concurrency, light-weight threads},
     
    29393104    publisher   = {North Oxford Academic},
    29403105    year        = 1985
     3106}
     3107
     3108@article{Torrellas95,
     3109    author      = {J. Torrellas and A. Tucker and A. Gupta},
     3110    title       = {Evaluating the Performance of Cache-Affinity Scheduling in Shared-Memory Multiprocessors},
     3111    journal     = {Journal of Parallel and Distributed Computing},
     3112    volume      = {24},
     3113    number      = {2},
     3114    pages       = {139-151},
     3115    year        = {1995},
    29413116}
    29423117
     
    36503825    author      = {Robert Griesemer and Rob Pike and Ken Thompson},
    36513826    title       = {{Go} Programming Language},
     3827    address     = {Mountain View, CA, USA},
    36523828    organization= {Google},
    36533829    year        = 2009,
     
    37833959    publisher   = {ACM},
    37843960    address     = {New York, NY, USA},
    3785     booktitle   = {Proceedings of the 3rd International Symposium on Memory Management},
     3961    organization= {Proceedings of the 3rd International Symposium on Memory Management},
    37863962    pages       = {88-99},
    37873963    location    = {Berlin, Germany},
     
    39684144    year        = {1994},
    39694145    pages       = {64-69},
     4146}
     4147
     4148@inproceedings{Halstead84,
     4149    author      = {Halstead,Jr., Robert H.},
     4150    title       = {Implementation of Multilisp: Lisp on a Multiprocessor},
     4151    organization= {Proceedings of the 1984 ACM Symposium on LISP and Functional Programming},
     4152    series      = {LFP '84},
     4153    year        = {1984},
     4154    location    = {Austin, Texas, USA},
     4155    pages       = {9-17},
     4156    publisher   = {ACM},
     4157    address     = {New York, NY, USA},
    39704158}
    39714159
     
    47464934    contributer = {pabuhr@plg},
    47474935    author      = {Lua},
    4748     title       = {Lua 5.3 Reference Manual},
    4749     address     = {\href{https://www.lua.org/manual/5.3}{https://\-www.lua.org/\-manual/\-5.3}},
    4750     year        = 2018,
     4936    title       = {Lua 5.4 Reference Manual},
     4937    organization= {Pontifical Catholic University},
     4938    address     = {\href{https://www.lua.org/manual/5.4}{https://\-www.lua.org/\-manual/\-5.4}},
     4939    year        = 2020,
    47514940}
    47524941
     
    54505639    year        = 2005,
    54515640    pages       = {146-196},
     5641    publisher   = {ACM},
     5642    address     = {New York, NY, USA},
     5643}
     5644
     5645@inproceedings{Hendler02,
     5646    author      = {Hendler, Danny and Shavit, Nir},
     5647    title       = {Non-blocking Steal-half Work Queues},
     5648    organization= {Proceedings of the Twenty-first Annual Symposium on Principles of Distributed Computing},
     5649    series      = {PODC '02},
     5650    year        = {2002},
     5651    location    = {Monterey, California},
     5652    pages       = {280-289},
    54525653    publisher   = {ACM},
    54535654    address     = {New York, NY, USA},
     
    56965897    year        = 2015,
    56975898    note        = {\href{https://www.openmp.org/wp-content/uploads/openmp-4.5.pdf}{https://\-www.openmp.org/\-wp-content/\-uploads/\-openmp-4.5.pdf}},
     5899}
     5900
     5901@misc{OpenTelemetry,
     5902    contributer = {pabuhr@plg},
     5903    key         = {OpenTelemetry},
     5904    title       = {OpenTelemetry},
     5905    author      = {{Asynkron AB}},
     5906    howpublished= {\href{https://proto.actor/docs/tracing}{https://\-proto.actor/\-docs/\-tracing}},
     5907    year        = 2022,
    56985908}
    56995909
     
    61046314}
    61056315
     6316@incollection{Kazempour08,
     6317    keywords    = {multicore processors; cache affinity; performance evaluation; scheduling},
     6318    author      = {Kazempour, Vahid and Fedorova, Alexandra and Alagheband, Pouya},
     6319    title       = {Performance Implications of Cache Affinity on Multicore Processors},
     6320    organization= {Euro-Par 2008 -- Parallel Processing},
     6321    series      = {Lecture Notes in Computer Science},
     6322    editor      = {Luque, Emilio and Margalef, Tomas and Benitez, Domingo},
     6323    year        = {2008},
     6324    volume      = {5168},
     6325    pages       = {151-161},
     6326    publisher   = {Springer Berlin Heidelberg},
     6327}
     6328
     6329@article{Anderson89,
     6330    keywords    = {data structures, multiprocessing systems, operating systems (computers), performance evaluation, critical resource waiting},
     6331    author      = {Anderson, T.E. and Lazowska, E.D. and Levy, H.M.},
     6332    journal     = {Computers, IEEE Transactions on},
     6333    title       = {The Performance Implications of Thread Management Alternatives for Shared-Memory Multiprocessors},
     6334    year        = {1989},
     6335    month       = {Dec},
     6336    volume      = {38},
     6337    number      = {12},
     6338    pages       = {1631-1644},
     6339}
     6340
    61066341@article{Anderson90,
    61076342    keywords    = {spin locks, back off, performance},
     
    61156350    number      = 1,
    61166351    pages       = {6-16},
     6352}
     6353
     6354@article{Blumofe98,
     6355    author      = {Blumofe, Robert D. and Papadopoulos, Dionisios},
     6356    title       = {The Performance of Work Stealing in Multiprogrammed Environments (Extended Abstract)},
     6357    journal     = {SIGMETRICS Perform. Eval. Rev.},
     6358    volume      = {26},
     6359    number      = {1},
     6360    month       = jun,
     6361    year        = {1998},
     6362    issn        = {0163-5999},
     6363    pages       = {266-267},
     6364    publisher   = {ACM},
     6365    address     = {New York, NY, USA},
    61176366}
    61186367
     
    68337082    title       = {A Real-Time Garbage Collector with Low Overhead and Consistent Utilization},
    68347083    year        = {2003},
     7084    organization= {Proceedings of the 30th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
    68357085    publisher   = {ACM},
    68367086    address     = {New York, NY, USA},
    6837     booktitle   = {Proceedings of the 30th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
    68387087    pages       = {285-298},
    68397088    location    = {New Orleans, Louisiana, USA},
     
    70667315    publisher   = {ACM},
    70677316    address     = {New York, NY, USA},
    7068     booktitle   = {Proceedings of the 4th International Workshop on Programming Based on Actors Agents \& Decentralized Control},
     7317    organization= {Proceedings of the 4th International Workshop on Programming Based on Actors Agents \& Decentralized Control},
    70697318    pages       = {67-80},
    70707319    numpages    = {14},
     
    70987347}
    70997348
     7349@article{Nickolls08,
     7350    author      = {Nickolls, John and Buck, Ian and Garland, Michael and Skadron, Kevin},
     7351    title       = {Scalable Parallel Programming with CUDA},
     7352    journal     = {Queue},
     7353    volume      = {6},
     7354    number      = {2},
     7355    month       = mar,
     7356    year        = 2008,
     7357    pages       = {40-53},
     7358    publisher   = {ACM},
     7359    address     = {New York, NY, USA},
     7360}
     7361
    71007362@article{Anderson92,
    71017363    keywords    = {light-weight tasks},
     
    71097371    year        = 1992,
    71107372    pages       = {53-79},
     7373}
     7374
     7375@article{Blumofe99,
     7376    keywords    = {critical-path length, multiprocessor, multithreading, randomized algorithm, thread scheduling, work stealing},
     7377    author      = {Blumofe, Robert D. and Leiserson, Charles E.},
     7378    title       = {Scheduling Multithreaded Computations by Work Stealing},
     7379    journal     = {Journal of the ACM},
     7380    volume      = {46},
     7381    number      = {5},
     7382    month       = sep,
     7383    year        = {1999},
     7384    pages       = {720-748},
     7385    publisher   = {ACM},
     7386    address     = {New York, NY, USA},
     7387}
     7388
     7389@inproceedings{Acar13,
     7390    keywords    = {dynamic load balancing, nested parallelism, work stealing},
     7391    author      = {Acar, Umut A. and Chargueraud, Arthur and Rainey, Mike},
     7392    title       = {Scheduling Parallel Programs by Work Stealing with Private Deques},
     7393    organization= {Proceedings of the 18th ACM SIGPLAN Symposium on Principles and Practice of Parallel Programming},
     7394    series      = {PPoPP '13},
     7395    year        = {2013},
     7396    location    = {Shenzhen, China},
     7397    pages       = {219-228},
     7398    publisher   = {ACM},
     7399    address     = {New York, NY, USA},
     7400}
     7401
     7402@inproceedings{Chen07,
     7403    keywords    = {chip multiprocessors, constructive cache sharing, parallel depth first, scheduling algorithms, thread granularity, work stealing, working set profiling},
     7404    author      = {Chen, Shimin and Gibbons, Phillip B. and Kozuch, Michael and Liaskovitis, Vasileios and Ailamaki, Anastassia and Blelloch, Guy E. and Falsafi, Babak and Fix, Limor and Hardavellas, Nikos and Mowry, Todd C. and Wilkerson, Chris},
     7405    title       = {Scheduling Threads for Constructive Cache Sharing on CMPs},
     7406    organization= {Proceedings of the Nineteenth Annual ACM Symposium on Parallel Algorithms and Architectures},
     7407    series      = {SPAA '07},
     7408    year        = {2007},
     7409    location    = {San Diego, California, USA},
     7410    pages       = {105-115},
     7411    numpages    = {11},
     7412    publisher   = {ACM},
     7413    address     = {New York, NY, USA},
    71117414}
    71127415
     
    71997502    publisher   = {Morgan \& Claypool},
    72007503    year        = 2013,
    7201 }
    7202 
    7203 @article{Nickolls08,
    7204     author      = {Nickolls, John and Buck, Ian and Garland, Michael and Skadron, Kevin},
    7205     title       = {Scalable Parallel Programming with CUDA},
    7206     journal     = {Queue},
    7207     volume      = {6},
    7208     number      = {2},
    7209     month       = mar,
    7210     year        = 2008,
    7211     pages       = {40-53},
    7212     publisher   = {ACM},
    7213     address     = {New York, NY, USA},
    72147504}
    72157505
     
    78828172}
    78838173
     8174@article{Arora01,
     8175    author      = {Arora, N. S. and Blumofe, R. D. and Plaxton, C. G.},
     8176    title       = {Thread Scheduling for Multiprogrammed Multiprocessors},
     8177    journal     = {Theory of Computing Systems},
     8178    year        = {2001},
     8179    volume      = {34},
     8180    number      = {2},
     8181    pages       = {115-144},
     8182    publisher   = {Springer-Verlag},
     8183}
     8184
    78848185@article{Boehm05,
    78858186    keywords    = {concurrency, C++},
     
    81098410}
    81108411
     8412@misc{AkkaBecome,
     8413    contributer = {pabuhr@plg},
     8414    key         = {AkkaBecome},
     8415    title       = {Typed Actors},
     8416    author      = {{Lightbend}},
     8417    howpublished= {\href{https://doc.akka.io/docs/akka/2.5/typed-actors.html}{https://\-doc.akka.io/\-docs/\-akka/\-2.5/\-typed-actors.html}},
     8418    year        = 2022,
     8419}
     8420
    81118421@article{concatenation,
    81128422    keywords    = {record concatenation, isa},
     
    81868496    author      = {Carl Hewitt and Peter Bishop and Richard Steiger},
    81878497    title       = {A Universal Modular {ACTOR} Formalism for Artificial Intelligence},
    8188     booktitle   = {Proceedings of the 3rd International Joint Conference on Artificial Intelligence},
     8498    organization= {Proceedings of the 3rd International Joint Conference on Artificial Intelligence},
    81898499    address     = {Standford, California, U.S.A.},
    81908500    pages       = {235-245},
     8501    location    = {Stanford, USA},
     8502    series      = {IJCAI'73},
    81918503    month       = aug,
    81928504    year        = 1973,
     
    82458557}
    82468558
     8559@article{Squillante93,
     8560    keywords    = {buffer storage, performance evaluation, queueing theory, scheduling, shared memory systems, processor-cache affinity},
     8561    author      = {Squillante, M.S. and Lazowska, E.D.},
     8562    title       = {Using Processor-Cache Affinity Information in Shared-Memory Multiprocessor Scheduling},
     8563    journal     = {Parallel and Distributed Systems, IEEE Transactions on},
     8564    year        = {1993},
     8565    month       = {Feb},
     8566    volume      = {4},
     8567    number      = {2},
     8568    pages       = {131-143},
     8569}
     8570
    82478571@article{delegation,
    82488572    keywords    = {delegation, inheritance, actors},
     
    84008724    contributer = {pabuhr@plg},
    84018725    author      = {Saman Barghi and Martin Karsten},
    8402     booktitle   = {2018 IEEE International Parallel and Distributed Processing Symposium (IPDPS)},
     8726    organization= {2018 IEEE International Parallel and Distributed Processing Symposium (IPDPS)},
    84038727    title       = {Work-Stealing, Locality-Aware Actor Scheduling},
    84048728    year        = {2018},
    84058729    address     = {Vancouver, BC, Canada},
    84068730    pages       = {484-494},
    8407   }
     8731}
     8732
     8733@article{Wimmer13,
     8734    keywords    = {priorities, scheduler hints, strategies, work-stealing},
     8735    author      = {Wimmer, Martin and Cederman, Daniel and Tr\"{a}ff, Jesper Larsson and Tsigas, Philippas},
     8736    title       = {Work-stealing with Configurable Scheduling Strategies},
     8737    journal     = {SIGPLAN Not.},
     8738    issue_date  = {August 2013},
     8739    volume      = {48},
     8740    number      = {8},
     8741    month       = feb,
     8742    year        = {2013},
     8743    issn        = {0362-1340},
     8744    pages       = {315-316},
     8745    publisher   = {ACM},
     8746    address     = {New York, NY, USA},
     8747}
    84088748
    84098749@techreport{Moss90,
Note: See TracChangeset for help on using the changeset viewer.