Changes in / [f6bceeb:c97b448]
- File:
-
- 1 edited
-
doc/bibliography/pl.bib (modified) (38 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/bibliography/pl.bib
rf6bceeb rc97b448 147 147 author = {Zhang, Yizhou and Salvaneschi, Guido and Beightol, Quinn and Liskov, Barbara and Myers, Andrew C.}, 148 148 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}, 150 150 series = {PLDI'16}, 151 151 year = {2016}, … … 196 196 }, 197 197 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,208 198 } 209 199 … … 302 292 } 303 293 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 319 294 @mastersthesis{Younger91, 320 295 keywords = {concurrency, C++, postponing requests}, … … 436 411 year = 2016, 437 412 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,447 413 } 448 414 … … 616 582 } 617 583 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 644 584 @article{Sinha00, 645 585 author = {Saurabh Sinha and Mary Jean Harrold}, … … 656 596 author = {Martin P. Robillard and Gail C. Murphy}, 657 597 title = {Analyzing Exception Flow in {J}ava Programs}, 658 organization= {ESEC/FSE-7: Proceedings of the 7th European Software Engineering Conference held jointly598 booktitle = {ESEC/FSE-7: Proceedings of the 7th European Software Engineering Conference held jointly 659 599 with the 7th ACM SIGSOFT International Symposium on Foundations of Software Engineering}, 660 600 year = 1999, … … 698 638 author = {Henry Qin and Qian Li and Jacqueline Speiser and Peter Kraft and John Ousterhout}, 699 639 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)}, 701 641 year = {2018}, 702 642 address = {Carlsbad, CA}, … … 755 695 author = {Jaewoong Chung and Luke Yen and Stephan Diestelhorst and Martin Pohlack and Michael Hohmuth and David Christie and Dan Grossman}, 756 696 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}, 758 698 series = {MICRO '43}, 759 699 year = 2010, … … 776 716 } 777 717 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 787 718 @inproceedings{Krischer08, 788 719 keywords = {exception handling, asynchronous, blocked tasks}, … … 790 721 author = {Roy Krischer and Peter A. Buhr}, 791 722 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)}, 793 724 optorganization= {16th International Symposium on the Foundations of Software Engineering (FSE 16)}, 794 725 address = {Atlanta, U.S.A}, … … 862 793 publisher = {ACM}, 863 794 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,873 795 } 874 796 … … 1026 948 year = 2006, 1027 949 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},1041 950 } 1042 951 … … 2128 2037 author = {Adya, Atul and Howell, Jon and Theimer, Marvin and Bolosky, William J. and Douceur, John R.}, 2129 2038 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.}, 2131 2040 series = {ATEC '02}, 2132 2041 year = {2002}, … … 2236 2145 year = 2016, 2237 2146 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},2249 2147 } 2250 2148 … … 2506 2404 editor = {R. E. A. Mason}, 2507 2405 organization= {IFIP}, 2508 publisher = {North-Holland},2509 summary = {2406 publisher = {North-Holland}, 2407 summary = { 2510 2408 Packages group related declarations or subprograms, and encapsulate 2511 2409 data types. Separate interfaces and bodies promotes information … … 2734 2632 address = {Waterview Corporate Center, 20 Waterview Boulevard, Parsippany, NJ 07054}, 2735 2633 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},2751 2634 } 2752 2635 … … 2782 2665 year = 2003, 2783 2666 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},2806 2667 } 2807 2668 … … 2907 2768 } 2908 2769 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 2922 2770 @techreport{Habermann80, 2923 2771 keywords = {Ada, threads}, … … 3054 2902 } 3055 2903 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 3069 2904 @manual{EPT, 3070 2905 keywords = {concurrency, light-weight threads}, … … 3104 2939 publisher = {North Oxford Academic}, 3105 2940 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},3116 2941 } 3117 2942 … … 3825 3650 author = {Robert Griesemer and Rob Pike and Ken Thompson}, 3826 3651 title = {{Go} Programming Language}, 3827 address = {Mountain View, CA, USA},3828 3652 organization= {Google}, 3829 3653 year = 2009, … … 3959 3783 publisher = {ACM}, 3960 3784 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}, 3962 3786 pages = {88-99}, 3963 3787 location = {Berlin, Germany}, … … 4144 3968 year = {1994}, 4145 3969 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},4158 3970 } 4159 3971 … … 4934 4746 contributer = {pabuhr@plg}, 4935 4747 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, 4940 4751 } 4941 4752 … … 5639 5450 year = 2005, 5640 5451 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},5653 5452 publisher = {ACM}, 5654 5453 address = {New York, NY, USA}, … … 5897 5696 year = 2015, 5898 5697 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,5908 5698 } 5909 5699 … … 6314 6104 } 6315 6105 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 6341 6106 @article{Anderson90, 6342 6107 keywords = {spin locks, back off, performance}, … … 6350 6115 number = 1, 6351 6116 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},6366 6117 } 6367 6118 … … 7082 6833 title = {A Real-Time Garbage Collector with Low Overhead and Consistent Utilization}, 7083 6834 year = {2003}, 7084 organization= {Proceedings of the 30th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages},7085 6835 publisher = {ACM}, 7086 6836 address = {New York, NY, USA}, 6837 booktitle = {Proceedings of the 30th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages}, 7087 6838 pages = {285-298}, 7088 6839 location = {New Orleans, Louisiana, USA}, … … 7315 7066 publisher = {ACM}, 7316 7067 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}, 7318 7069 pages = {67-80}, 7319 7070 numpages = {14}, … … 7347 7098 } 7348 7099 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 7362 7100 @article{Anderson92, 7363 7101 keywords = {light-weight tasks}, … … 7371 7109 year = 1992, 7372 7110 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},7414 7111 } 7415 7112 … … 7502 7199 publisher = {Morgan \& Claypool}, 7503 7200 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}, 7504 7214 } 7505 7215 … … 8172 7882 } 8173 7883 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 8185 7884 @article{Boehm05, 8186 7885 keywords = {concurrency, C++}, … … 8410 8109 } 8411 8110 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 8421 8111 @article{concatenation, 8422 8112 keywords = {record concatenation, isa}, … … 8496 8186 author = {Carl Hewitt and Peter Bishop and Richard Steiger}, 8497 8187 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}, 8499 8189 address = {Standford, California, U.S.A.}, 8500 8190 pages = {235-245}, 8501 location = {Stanford, USA},8502 series = {IJCAI'73},8503 8191 month = aug, 8504 8192 year = 1973, … … 8557 8245 } 8558 8246 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 8571 8247 @article{delegation, 8572 8248 keywords = {delegation, inheritance, actors}, … … 8724 8400 contributer = {pabuhr@plg}, 8725 8401 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)}, 8727 8403 title = {Work-Stealing, Locality-Aware Actor Scheduling}, 8728 8404 year = {2018}, 8729 8405 address = {Vancouver, BC, Canada}, 8730 8406 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 } 8748 8408 8749 8409 @techreport{Moss90,
Note:
See TracChangeset
for help on using the changeset viewer.