Commit 2f1d8d8 1 parent a7a5729 commit 2f1d8d8 Copy full SHA for 2f1d8d8
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -329,5 +329,5 @@ does not.
329
329
- [ nLab] ( https://ncatlab.org/nlab/show/HomePage )
330
330
331
331
## Misc Papers and Blog Posts
332
- - [ Programming in Martin-Löf's Type Theory] ( https://www.researchgate.net/publication/213877272_Programming_in_Martin-Lof's_Type_Theory )
332
+ - [ Programming in Martin-Löf's Type Theory] ( https://www.cse.chalmers.se/research/group/logic/book/ )
333
333
- [ Polymorphism, Subtyping, and Type Inference in MLsub] ( https://dl.acm.org/doi/10.1145/3093333.3009882 )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Rust, as well as publications about Rust.
28
28
* [ Language support for fast and reliable message passing in singularity OS] ( https://research.microsoft.com/pubs/67482/singsharp.pdf )
29
29
* [ Non-blocking steal-half work queues] ( https://www.cs.bgu.ac.il/%7Ehendlerd/papers/p280-hendler.pdf )
30
30
* [ Reagents: expressing and composing fine-grained concurrency] ( https://aturon.github.io/academic/reagents.pdf )
31
- * [ Scheduling multithreaded computations by work stealing] ( http ://supertech.csail.mit.edu/papers/steal .pdf)
31
+ * [ Scheduling multithreaded computations by work stealing] ( https ://www.lri.fr/~cecile/ENSEIGNEMENT/IPAR/Exposes/cilk1 .pdf)
32
32
* [ Scheduling techniques for concurrent systems] ( https://www.stanford.edu/~ouster/cgi-bin/papers/coscheduling.pdf )
33
33
* [ Singularity: rethinking the software stack] ( https://research.microsoft.com/pubs/69431/osr2007_rethinkingsoftwarestack.pdf )
34
34
* [ The data locality of work stealing] ( http://www.aladdin.cs.cmu.edu/papers/pdfs/y2000/locality_spaa00.pdf )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ What's a project without a sense of humor? And frankly some of these are
4
4
enlightening?
5
5
6
6
- [ Weird exprs test] ( https://github.com/rust-lang/rust/blob/master/tests/ui/weird-exprs.rs )
7
- - [ Ferris Rap] ( http ://fitzgeraldnick .com/2018/12/13/rust-raps.html)
7
+ - [ Ferris Rap] ( https ://fitzgen .com/2018/12/13/rust-raps.html)
8
8
- [ The Genesis of Generic Germination] ( https://github.com/rust-lang/rust/pull/53645#issue-210543221 )
9
9
- [ The Bastion of the Turbofish test] ( https://github.com/rust-lang/rust/blob/79d8a0fcefa5134db2a94739b1d18daa01fc6e9f/src/test/ui/bastion-of-the-turbofish.rs )
10
10
- [ Rust Koans] ( https://users.rust-lang.org/t/rust-koans/2408 )
You can’t perform that action at this time.
0 commit comments