You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="https://research.microsoft.com/pubs/69431/osr2007_rethinkingsoftwarestack.pdf">Singularity: rethinking the software stack</a></li>
261
263
<li><ahref="https://research.microsoft.com/pubs/67482/singsharp.pdf">Language support for fast and reliable message passing in singularity OS</a></li>
262
264
<li><ahref="http://supertech.csail.mit.edu/papers/steal.pdf">Scheduling multithreaded computations by work stealing</a></li>
263
265
<li><ahref="http://www.eecis.udel.edu/%7Ecavazos/cisc879-spring2008/papers/arora98thread.pdf">Thread scheduling for multiprogramming multiprocessors</a></li>
264
266
<li><ahref="http://www.aladdin.cs.cmu.edu/papers/pdfs/y2000/locality_spaa00.pdf">The data locality of work stealing</a></li>
265
-
<li><ahref="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.170.1097&rep=rep1&type=pdf">Dynamic circular work stealing deque</a> - ChaseとLevのdeque</li>
266
-
<li><ahref="http://www.cs.rice.edu/%7Eyguo/pubs/PID824943.pdf">Work-first and help-first scheduling policies for async-finish task parallelism</a> - 完全正格(fully-strict)なワークスティーリング(work stealing)より一般的</li>
<li><ahref="http://www.cse.ohio-state.edu/hpcs/WWW/HTML/publications/papers/TR-12-1.pdf">Balanced work stealing for time-sharing multicores</a></li>
271
276
<li><ahref="http://dl.acm.org/citation.cfm?id=1953616&dl=ACM&coll=DL&CFID=524387192&CFTOKEN=44362705">Three layer cake for shared-memory programming</a></li>
272
277
<li><ahref="http://www.cs.bgu.ac.il/%7Ehendlerd/papers/p280-hendler.pdf">Non-blocking steal-half work queues</a></li>
273
278
<li><ahref="http://www.mpi-sws.org/%7Eturon/reagents.pdf">Reagents: expressing and composing fine-grained concurrency</a></li>
274
279
<li><ahref="https://www.cs.rochester.edu/u/scott/papers/1991_TOCS_synch.pdf">Algorithms for scalable synchronization of shared-memory multiprocessors</a></li>
<li><ahref="http://compilers.cs.uni-saarland.de/papers/ppl14_web.pdf">Code Refinement of Stencil
390
-
Codes</a>。 Impalaを使った別の論文</li>
391
-
<li><ahref="http://publications.lib.chalmers.se/records/fulltext/219016/219016.pdf">Parallelization in Rust with fork-join and
392
-
friends</a>。 Linus Farnstrandの修士論文</li>
393
-
<li><ahref="http://munksgaard.me/papers/laumann-munksgaard-larsen.pdf">Session Types for
394
-
Rust</a>。 Philip Munksgaardの修士論文。Servoのための研究。</li>
372
+
<li><ahref="http://www.cs.indiana.edu/%7Eeholk/papers/hips2013.pdf">GPU Programming in Rust: Implementing High Level Abstractions in a Systems Level Language</a>
373
+
— Eric Holkによる初期のGPU研究</li>
374
+
<li><ahref="https://www.usenix.org/conference/hotpar12/parallel-closures-new-twist-old-idea">Parallel closures: a new twist on an old idea</a>
<li><ahref="ftp://ftp.cs.washington.edu/tr/2015/03/UW-CSE-15-03-02.pdf">Patina: A Formalization of the Rust Programming Language</a>
377
+
— Eric Reedによる初期の型システムのサブセットの形式化</li>
378
+
<li><ahref="http://arxiv.org/abs/1505.07383">Experience Report: Developing the Servo Web Browser Engine using Rust</a>
379
+
— Lars Bergstromによるもの</li>
380
+
<li><ahref="https://michaelsproul.github.io/rust_radix_paper/rust-radix-sproul.pdf">Implementing a Generic Radix Trie in Rust</a>
381
+
— Michael Sproulの学部論文</li>
382
+
<li><ahref="http://scialex.github.io/reenix.pdf">Reenix: Implementing a Unix-Like Operating System in Rust</a>
383
+
— Alex Lightの学部論文</li>
384
+
<li><ahref="http://octarineparrot.com/assets/mrfloya-thesis-ba.pdf">Evaluation of performance and productivity metrics of potential programming languages in the HPC environment</a>
385
+
— Florian Wilkensの卒業論文。C、Go、Rustを比較する</li>
386
+
<li><ahref="http://spw15.langsec.org/papers/couprie-nom.pdf">Nom, a byte oriented, streaming, zero copy, parser combinators library in Rust</a>
<li><ahref="http://compilers.cs.uni-saarland.de/papers/ppl14_web.pdf">Code Refinement of Stencil Codes</a>
391
+
— Impalaを使った別の論文</li>
392
+
<li><ahref="http://publications.lib.chalmers.se/records/fulltext/219016/219016.pdf">Parallelization in Rust with fork-join and friends</a>
393
+
— Linus Farnstrandの修士論文</li>
394
+
<li><ahref="http://munksgaard.me/papers/laumann-munksgaard-larsen.pdf">Session Types for Rust</a>
395
+
— Philip Munksgaardの修士論文。Servoのための研究</li>
395
396
<li><ahref="http://amitlevy.com/papers/tock-plos2015.pdf">Ownership is Theft: Experiences Building an Embedded OS in Rust - Amit Levy, et. al.</a></li>
397
+
<li><ahref="https://raw.githubusercontent.com/Gankro/thesis/master/thesis.pdf">You can't spell trust without Rust</a>
0 commit comments