Changes in / [f6bceeb:c97b448]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    rf6bceeb rc97b448  
    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     organization= {Proceedings of the 37th ACM SIGPLAN Conference on Programming Language Design and Implementation},
     149    booktitle   = {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,
    208198}
    209199
     
    302292}
    303293
    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 
    319294@mastersthesis{Younger91,
    320295    keywords    = {concurrency, C++, postponing requests},
     
    436411    year        = 2016,
    437412    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,
    447413}
    448414
     
    616582}
    617583
    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 
    644584@article{Sinha00,
    645585    author      = {Saurabh Sinha and Mary Jean Harrold},
     
    656596    author      = {Martin P. Robillard and Gail C. Murphy},
    657597    title       = {Analyzing Exception Flow in {J}ava Programs},
    658     organization= {ESEC/FSE-7: Proceedings of the 7th European Software Engineering Conference held jointly
     598    booktitle   = {ESEC/FSE-7: Proceedings of the 7th European Software Engineering Conference held jointly
    659599                   with the 7th ACM SIGSOFT International Symposium on Foundations of Software Engineering},
    660600    year        = 1999,
     
    698638    author      = {Henry Qin and Qian Li and Jacqueline Speiser and Peter Kraft and John Ousterhout},
    699639    title       = {Arachne: Core-Aware Thread Management},
    700     organization= {13th {USENIX} Symp. on Oper. Sys. Design and Impl. ({OSDI} 18)},
     640    booktitle   = {13th {USENIX} Symp. on Oper. Sys. Design and Impl. ({OSDI} 18)},
    701641    year        = {2018},
    702642    address     = {Carlsbad, CA},
     
    755695    author      = {Jaewoong Chung and Luke Yen and Stephan Diestelhorst and Martin Pohlack and Michael Hohmuth and David Christie and Dan Grossman},
    756696    title       = {ASF: AMD64 Extension for Lock-Free Data Structures and Transactional Memory},
    757     organization= {Proceedings of the 2010 43rd Annual IEEE/ACM International Symposium on Microarchitecture},
     697    booktitle   = {Proceedings of the 2010 43rd Annual IEEE/ACM International Symposium on Microarchitecture},
    758698    series      = {MICRO '43},
    759699    year        = 2010,
     
    776716}
    777717
    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 
    787718@inproceedings{Krischer08,
    788719    keywords    = {exception handling, asynchronous, blocked tasks},
     
    790721    author      = {Roy Krischer and Peter A. Buhr},
    791722    title       = {Asynchronous Exception Propagation in Blocked Tasks},
    792     organization= {4th International Workshop on Exception Handling (WEH.08)},
     723    booktitle   = {4th International Workshop on Exception Handling (WEH.08)},
    793724    optorganization= {16th International Symposium on the Foundations of Software Engineering (FSE 16)},
    794725    address     = {Atlanta, U.S.A},
     
    862793    publisher   = {ACM},
    863794    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,
    873795}
    874796
     
    1026948    year        = 2006,
    1027949    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},
    1041950}
    1042951
     
    21282037    author      = {Adya, Atul and Howell, Jon and Theimer, Marvin and Bolosky, William J. and Douceur, John R.},
    21292038    title       = {Cooperative Task Management Without Manual Stack Management},
    2130     organization= {Proc. of the General Track USENIX Tech. Conf.},
     2039    booktitle   = {Proc. of the General Track USENIX Tech. Conf.},
    21312040    series      = {ATEC '02},
    21322041    year        = {2002},
     
    22362145    year        = 2016,
    22372146    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},
    22492147}
    22502148
     
    25062404    editor      = {R. E. A. Mason},
    25072405    organization= {IFIP},
    2508     publisher   = {North-Holland},
    2509     summary     = {
     2406    publisher = {North-Holland},
     2407    summary = {
    25102408        Packages group related declarations or subprograms, and encapsulate
    25112409        data types.  Separate interfaces and bodies promotes information
     
    27342632    address     = {Waterview Corporate Center, 20 Waterview Boulevard, Parsippany, NJ 07054},
    27352633    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},
    27512634}
    27522635
     
    27822665    year        = 2003,
    27832666    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},
    28062667}
    28072668
     
    29072768}
    29082769
    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 
    29222770@techreport{Habermann80,
    29232771    keywords    = {Ada, threads},
     
    30542902}
    30552903
    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 
    30692904@manual{EPT,
    30702905    keywords    = {concurrency, light-weight threads},
     
    31042939    publisher   = {North Oxford Academic},
    31052940    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},
    31162941}
    31172942
     
    38253650    author      = {Robert Griesemer and Rob Pike and Ken Thompson},
    38263651    title       = {{Go} Programming Language},
    3827     address     = {Mountain View, CA, USA},
    38283652    organization= {Google},
    38293653    year        = 2009,
     
    39593783    publisher   = {ACM},
    39603784    address     = {New York, NY, USA},
    3961     organization= {Proceedings of the 3rd International Symposium on Memory Management},
     3785    booktitle   = {Proceedings of the 3rd International Symposium on Memory Management},
    39623786    pages       = {88-99},
    39633787    location    = {Berlin, Germany},
     
    41443968    year        = {1994},
    41453969    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},
    41583970}
    41593971
     
    49344746    contributer = {pabuhr@plg},
    49354747    author      = {Lua},
    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,
     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,
    49404751}
    49414752
     
    56395450    year        = 2005,
    56405451    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},
    56535452    publisher   = {ACM},
    56545453    address     = {New York, NY, USA},
     
    58975696    year        = 2015,
    58985697    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,
    59085698}
    59095699
     
    63146104}
    63156105
    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 
    63416106@article{Anderson90,
    63426107    keywords    = {spin locks, back off, performance},
     
    63506115    number      = 1,
    63516116    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},
    63666117}
    63676118
     
    70826833    title       = {A Real-Time Garbage Collector with Low Overhead and Consistent Utilization},
    70836834    year        = {2003},
    7084     organization= {Proceedings of the 30th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
    70856835    publisher   = {ACM},
    70866836    address     = {New York, NY, USA},
     6837    booktitle   = {Proceedings of the 30th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},
    70876838    pages       = {285-298},
    70886839    location    = {New Orleans, Louisiana, USA},
     
    73157066    publisher   = {ACM},
    73167067    address     = {New York, NY, USA},
    7317     organization= {Proceedings of the 4th International Workshop on Programming Based on Actors Agents \& Decentralized Control},
     7068    booktitle   = {Proceedings of the 4th International Workshop on Programming Based on Actors Agents \& Decentralized Control},
    73187069    pages       = {67-80},
    73197070    numpages    = {14},
     
    73477098}
    73487099
    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 
    73627100@article{Anderson92,
    73637101    keywords    = {light-weight tasks},
     
    73717109    year        = 1992,
    73727110    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},
    74147111}
    74157112
     
    75027199    publisher   = {Morgan \& Claypool},
    75037200    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},
    75047214}
    75057215
     
    81727882}
    81737883
    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 
    81857884@article{Boehm05,
    81867885    keywords    = {concurrency, C++},
     
    84108109}
    84118110
    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 
    84218111@article{concatenation,
    84228112    keywords    = {record concatenation, isa},
     
    84968186    author      = {Carl Hewitt and Peter Bishop and Richard Steiger},
    84978187    title       = {A Universal Modular {ACTOR} Formalism for Artificial Intelligence},
    8498     organization= {Proceedings of the 3rd International Joint Conference on Artificial Intelligence},
     8188    booktitle   = {Proceedings of the 3rd International Joint Conference on Artificial Intelligence},
    84998189    address     = {Standford, California, U.S.A.},
    85008190    pages       = {235-245},
    8501     location    = {Stanford, USA},
    8502     series      = {IJCAI'73},
    85038191    month       = aug,
    85048192    year        = 1973,
     
    85578245}
    85588246
    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 
    85718247@article{delegation,
    85728248    keywords    = {delegation, inheritance, actors},
     
    87248400    contributer = {pabuhr@plg},
    87258401    author      = {Saman Barghi and Martin Karsten},
    8726     organization= {2018 IEEE International Parallel and Distributed Processing Symposium (IPDPS)},
     8402    booktitle   = {2018 IEEE International Parallel and Distributed Processing Symposium (IPDPS)},
    87278403    title       = {Work-Stealing, Locality-Aware Actor Scheduling},
    87288404    year        = {2018},
    87298405    address     = {Vancouver, BC, Canada},
    87308406    pages       = {484-494},
    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 }
     8407  }
    87488408
    87498409@techreport{Moss90,
Note: See TracChangeset for help on using the changeset viewer.