@@ -6,7 +6,7 @@ Rust, as well as publications about Rust.
6
6
7
7
## Type system
8
8
9
- * [ Region based memory management in Cyclone] ( http ://209.68.42.137/ucsd-pages/Courses/cse227.w03/handouts /cyclone-regions.pdf)
9
+ * [ Region based memory management in Cyclone] ( https ://www.cs.umd.edu/projects/cyclone/papers /cyclone-regions.pdf)
10
10
* [ Safe manual memory management in Cyclone] ( http://www.cs.umd.edu/projects/PL/cyclone/scp.pdf )
11
11
* [ Typeclasses: making ad-hoc polymorphism less ad hoc] ( http://www.ps.uni-sb.de/courses/typen-ws99/class.ps.gz )
12
12
* [ Macros that work together] ( https://www.cs.utah.edu/plt/publications/jfp12-draft-fcdf.pdf )
@@ -31,7 +31,7 @@ Rust, as well as publications about Rust.
31
31
* [ Balanced work stealing for time-sharing multicores] ( http://www.cse.ohio-state.edu/hpcs/WWW/HTML/publications/papers/TR-12-1.pdf )
32
32
* [ Three layer cake for shared-memory programming] ( http://dl.acm.org/citation.cfm?id=1953616&dl=ACM&coll=DL&CFID=524387192&CFTOKEN=44362705 )
33
33
* [ Non-blocking steal-half work queues] ( http://www.cs.bgu.ac.il/%7Ehendlerd/papers/p280-hendler.pdf )
34
- * [ Reagents: expressing and composing fine-grained concurrency] ( http://www.mpi-sws.org/~turon /reagents.pdf )
34
+ * [ Reagents: expressing and composing fine-grained concurrency] ( http://aturon.github.io/academic /reagents.pdf )
35
35
* [ Algorithms for scalable synchronization of shared-memory multiprocessors] ( https://www.cs.rochester.edu/u/scott/papers/1991_TOCS_synch.pdf )
36
36
* [ Epoch-based reclamation] ( https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-579.pdf ) .
37
37
@@ -43,9 +43,10 @@ Rust, as well as publications about Rust.
43
43
44
44
## Papers * about* Rust
45
45
46
- * [ GPU Programming in Rust: Implementing High Level Abstractions in a
47
- Systems Level
48
- Language] ( http://www.cs.indiana.edu/~eholk/papers/hips2013.pdf ) . Early GPU work by Eric Holk.
46
+ * [ GPU Programming in Rust: Implementing High Level Abstractions in a Systems
47
+ Level
48
+ Language] ( https://www.cs.indiana.edu/~achauhan/Publications/Pubs/2013-hips-holk-rust.pdf ) .
49
+ Early GPU work by Eric Holk.
49
50
* [ Parallel closures: a new twist on an old
50
51
idea] ( https://www.usenix.org/conference/hotpar12/parallel-closures-new-twist-old-idea )
51
52
- not exactly about Rust, but by nmatsakis
0 commit comments