forked from rust-lang/rust
    
        
        - 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
Note research
        Brian Anderson edited this page Aug 25, 2013 
        ·
        21 revisions
      
    Papers that have had more or less influence on Rust.
- Singularity: rethinking the software stack
 - Language support for fast and reliable message passing in singularity OS
 - Reagents: expressing and composing fine-grained concurrency
 - Scheduling multithreaded computations by work stealing
 - Thread scheduling for multiprogramming multiprocessors
 - The data locality of work stealing
 - A dynamically sized work stealing deque - The legendary Chase/Lev deque
 - Work-first and help-first scheduling policies for async-finish task parallelism - More general than fully-strict work stealing
 - Critiques of work stealing in the Java fork/join library
 - Scheduling techniques for concurrent systems
 - Contention aware scheduling
 - Balanced work stealing for time-sharing multicores
 - Three layer cake
 - Non-blocking steal-half work queues
 
All Categories:
- Docs -- For users
 - Notes -- For developers
 - Libs -- For library authors
 - Meeting minutes