mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
Merge 3fd004893a
into c371233d03
This commit is contained in:
commit
b8308e7de7
@ -1,3 +1,7 @@
|
|||||||
* [Everything You Always Wanted to Know About Synchronization but Were Afraid to Ask](http://sigops.org/sosp/sosp13/papers/p33-david.pdf)
|
* [Everything You Always Wanted to Know About Synchronization but Were Afraid to Ask](http://sigops.org/sosp/sosp13/papers/p33-david.pdf)
|
||||||
|
|
||||||
* [Time, Clocks, and the Ordering of Events in a Distributed System](http://www.stanford.edu/class/cs240/readings/lamport.pdf)
|
* [Time, Clocks, and the Ordering of Event in a Distributed System](http://www.stanford.edu/class/cs240/readings/lamport.pdf)
|
||||||
|
|
||||||
|
* [Heap Architectures For Concurrent Languages Using Message Passing](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.108.1302&rep=rep1&type=pdf)
|
||||||
|
|
||||||
|
* [Message Analysis for Concurrent Languages](http://user.it.uu.se/~kostis/Papers/escape.pdf)
|
||||||
|
11
concurrency/README.md.BACKUP.25290.md
Normal file
11
concurrency/README.md.BACKUP.25290.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
* [Everything You Always Wanted to Know About Synchronization but Were Afraid to Ask](http://sigops.org/sosp/sosp13/papers/p33-david.pdf)
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
|
* [time-clocks-and-the-ordering-of-event-in-a-distributed-system](http://www.stanford.edu/class/cs240/readings/lamport.pdf)
|
||||||
|
|
||||||
|
* [heap-architectures-for-concurrent-languages-using-message-passing](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.108.1302&rep=rep1&type=pdf)
|
||||||
|
|
||||||
|
* [message-analysis-for-concurrent-languages](http://user.it.uu.se/~kostis/Papers/escape.pdf)
|
||||||
|
=======
|
||||||
|
* [Time, Clocks, and the Ordering of Events in a Distributed System](http://www.stanford.edu/class/cs240/readings/lamport.pdf)
|
||||||
|
>>>>>>> c371233d03c8597fc7f9f0e1799a7e7fab9eccb7
|
3
concurrency/README.md.BASE.25290.md
Normal file
3
concurrency/README.md.BASE.25290.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
* [everything-you-always-wanted-to-know-about-synchronization-but-were-afraid-to-ask](http://sigops.org/sosp/sosp13/papers/p33-david.pdf)
|
||||||
|
|
||||||
|
* [time-clocks-and-the-ordering-of-event-in-a-distributed-system](http://www.stanford.edu/class/cs240/readings/lamport.pdf)
|
7
concurrency/README.md.LOCAL.25290.md
Normal file
7
concurrency/README.md.LOCAL.25290.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
* [everything-you-always-wanted-to-know-about-synchronization-but-were-afraid-to-ask](http://sigops.org/sosp/sosp13/papers/p33-david.pdf)
|
||||||
|
|
||||||
|
* [time-clocks-and-the-ordering-of-event-in-a-distributed-system](http://www.stanford.edu/class/cs240/readings/lamport.pdf)
|
||||||
|
|
||||||
|
* [heap-architectures-for-concurrent-languages-using-message-passing](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.108.1302&rep=rep1&type=pdf)
|
||||||
|
|
||||||
|
* [message-analysis-for-concurrent-languages](http://user.it.uu.se/~kostis/Papers/escape.pdf)
|
3
concurrency/README.md.REMOTE.25290.md
Normal file
3
concurrency/README.md.REMOTE.25290.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
* [Everything You Always Wanted to Know About Synchronization but Were Afraid to Ask](http://sigops.org/sosp/sosp13/papers/p33-david.pdf)
|
||||||
|
|
||||||
|
* [Time, Clocks, and the Ordering of Events in a Distributed System](http://www.stanford.edu/class/cs240/readings/lamport.pdf)
|
11
concurrency/README.md.orig
Normal file
11
concurrency/README.md.orig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
* [Everything You Always Wanted to Know About Synchronization but Were Afraid to Ask](http://sigops.org/sosp/sosp13/papers/p33-david.pdf)
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
|
* [time-clocks-and-the-ordering-of-event-in-a-distributed-system](http://www.stanford.edu/class/cs240/readings/lamport.pdf)
|
||||||
|
|
||||||
|
* [heap-architectures-for-concurrent-languages-using-message-passing](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.108.1302&rep=rep1&type=pdf)
|
||||||
|
|
||||||
|
* [message-analysis-for-concurrent-languages](http://user.it.uu.se/~kostis/Papers/escape.pdf)
|
||||||
|
=======
|
||||||
|
* [Time, Clocks, and the Ordering of Events in a Distributed System](http://www.stanford.edu/class/cs240/readings/lamport.pdf)
|
||||||
|
>>>>>>> c371233d03c8597fc7f9f0e1799a7e7fab9eccb7
|
@ -1,3 +1,5 @@
|
|||||||
* [A Unified Theory of Garbage Collection](http://www.cs.virginia.edu/~cs415/reading/bacon-garbage.pdf)
|
* [A Unified Theory of Garbage Collection](http://www.cs.virginia.edu/~cs415/reading/bacon-garbage.pdf)
|
||||||
|
|
||||||
* [Teaching Garbage Collection without Implementing Compilers or Interpreters](http://faculty.cs.byu.edu/~jay/static/cooper-sigcse2013.pdf)
|
* [Teaching Garbage Collection Without Implementing Compilers o Interpreters](http://faculty.cs.byu.edu/~jay/static/cooper-sigcse2013.pdf)
|
||||||
|
|
||||||
|
* [Message Analysis Guided Allocation and Low Pause Incremental GC in a Concurrent Language](http://user.it.uu.se/~kostis/Papers/ismm04.pdf)
|
||||||
|
9
garbage_collection/README.md.orig
Normal file
9
garbage_collection/README.md.orig
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
* [A Unified Theory of Garbage Collection](http://www.cs.virginia.edu/~cs415/reading/bacon-garbage.pdf)
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
|
* [teaching-garbage-collection-without-implementing-compilers-or-interpreters](http://faculty.cs.byu.edu/~jay/static/cooper-sigcse2013.pdf)
|
||||||
|
|
||||||
|
* [message-analysis-guided-allocation-and-low-pause-incremental-GC-in-a-concurrent-language](http://user.it.uu.se/~kostis/Papers/ismm04.pdf)
|
||||||
|
=======
|
||||||
|
* [Teaching Garbage Collection without Implementing Compilers or Interpreters](http://faculty.cs.byu.edu/~jay/static/cooper-sigcse2013.pdf)
|
||||||
|
>>>>>>> c371233d03c8597fc7f9f0e1799a7e7fab9eccb7
|
Loading…
Reference in New Issue
Block a user