Damian Gryski | 069f87f | 2016-06-03 21:11:04 +0200 | [diff] [blame] | 1 | This page lists academic and industry research papers about Go or using Go as the implementation language. |
Nicholas Ng | 2c66599 | 2017-01-06 14:39:08 +0000 | [diff] [blame] | 2 | ## 2017 |
ImreSamu | ee7d348 | 2017-02-07 20:33:34 +0100 | [diff] [blame] | 3 | - Structured I/O streams in Clive: a toolbox approach for wide area network computing ( Francisco J. Ballesteros ) |
| 4 | - [DOI: 10.1186/s13174-016-0054-8 OPEN ACCESS](http://jisajournal.springeropen.com/articles/10.1186/s13174-016-0054-8) _" ... Clive is a system written in Go ..."_ |
| 5 | - [Clive related research](http://lsub.org/ls/research.html) |
| 6 | - [Clive source](http://lsub.org/ls/clive.html) _"...Clive is an operating system designed to work in distributed and cloud computing environments. ..."_ |
| 7 | - Keywords: Streams, Input/Output, Operating system, Distributed systems, Cloud computing |
ImreSamu | c544f99 | 2017-01-19 13:30:44 +0100 | [diff] [blame] | 8 | - Towards Practical Default-On Multi-Core Record/Replay ( Ali José Mashtizadeh, Tal Garfinkel, David Terei, David Mazières, Mendel Rosenblum) draft , ASPLOS 2017 |
| 9 | - [Draft – Accepted at ASPLOS 2017 - PDF](http://mashtizadeh.org/papers/asplos17-castor-draft.pdf) _"...Castor currently supports applications written in C, C++, and Go on FreeBSD...., ... For Go, we evaluate, Caddy ... "_ |
ImreSamu | f66f2a1 | 2017-01-19 13:19:39 +0100 | [diff] [blame] | 10 | - Comparing MapReduce and Pipeline Implementations for Counting Triangles ( Edelmira Pasarella, Maria-Esther Vidal, Cristina Zoltan) |
| 11 | - [arXiv:1701.03318 cs.DC](https://arxiv.org/abs/1701.03318) |
| 12 | - [pdf](https://arxiv.org/pdf/1701.03318.pdf) _"... an ad-hoc version of MapReduce are implemented in the language Go ..."_ |
Nicholas Ng | 2c66599 | 2017-01-06 14:39:08 +0000 | [diff] [blame] | 13 | - Fencing off Go: Liveness and Safety for Channel-based Programming (J. Lange, N. Ng, B. Toninho, N. Yoshida), POPL 2017 |
| 14 | - [doi: 10.1145/3009837.3009847](http://dl.acm.org/citation.cfm?id=3009847) |
| 15 | - [Tool page](http://mrg.doc.ic.ac.uk/tools/gong/), [code](https://github.com/nickng/gong) |
Damian Gryski | 069f87f | 2016-06-03 21:11:04 +0200 | [diff] [blame] | 16 | |
Matt Horsnell | f6197c6 | 2016-06-06 11:42:17 +0100 | [diff] [blame] | 17 | ## 2016 |
ImreSamu | 8ad66b0 | 2017-01-24 13:19:44 +0100 | [diff] [blame] | 18 | - Parallelization of the corpus manager’s time-consuming operations (Bc. Radoslav Rábara ) Master's Thesis, Masaryk University |
| 19 | - [pdf](http://www.itspy.cz/wp-content/uploads/2016/11/IT_SPY_2016_paper_60.pdf) ; Keywords: Manatee, text corpora, Go, text compression, compression of integers, time-consuming operations, parallelization, MapReduce, Glow, distributed computing, data format, cluster, scalability |
ImreSamu | 73bf1db | 2016-12-22 20:43:52 +0100 | [diff] [blame] | 20 | - Cyber Security Exercise Modeling & Tracking (Joonas Greis) Bachelor’s thesis |
| 21 | - [pdf](https://www.theseus.fi/bitstream/handle/10024/120054/Thesis_rellu.pdf) _"... RESTful API was written with Golang using Go-Json-Rest package ..."_ |
ImreSamu | 79c9fe2 | 2016-12-20 17:55:57 +0100 | [diff] [blame] | 22 | - Scalable Byzantine Consensus via Hardware-assisted Secret Sharing (Jian Liu, Wenting Li, Ghassan O. Karame, N. Asokan) |
| 23 | - [arXiv:1612.04997 cs.CR](https://arxiv.org/abs/1612.04997) ; _"... Our implementation is based on Golang ..."_ ; [pdf](https://arxiv.org/pdf/1612.04997v1.pdf) |
ImreSamu | 53c8159 | 2016-12-10 16:27:48 +0100 | [diff] [blame] | 24 | - Fast and Reliable Byzantine Fault Tolerance (Eric Scott Freeman) Master's thesis in Computer science |
| 25 | - [link](http://hdl.handle.net/11250/2413908), [pdf]( https://brage.bibsys.no/xmlui/bitstream/handle/11250/2413908/Freeman_Eric.pdf?sequence=1) |
ImreSamu | 40b42fa | 2016-11-26 19:28:01 +0100 | [diff] [blame] | 26 | - Formal verification of concurrency in go (Anuchit Prasertsang, Denduang Pradubsuwun) |
| 27 | - [DOI: 10.1109/JCSSE.2016.7748882](http://dx.doi.org/10.1109/JCSSE.2016.7748882) |
ImreSamu | b127250 | 2016-11-16 22:40:03 +0100 | [diff] [blame] | 28 | - Therapeutic target discovery using Boolean network attractors: updates from kali ( Arnaud Poret ) ( Quantitative Biology > Molecular Networks) |
| 29 | - [arXiv:1611.03144v1 q-bio.MN](https://arxiv.org/abs/1611.03144v1) |
| 30 | - [github.com/arnaudporet/kali](https://github.com/arnaudporet/kali) [Go 100.0%] |
ImreSamu | 2e53a25 | 2016-10-11 12:05:48 +0200 | [diff] [blame] | 31 | - Information Flow Analysis for Go ( Eric Bodden, Ka I. Pun, Martin Steffen, Volker Stolz, Anna-Katharina Wickert) |
ImreSamu | 2e53a25 | 2016-10-11 12:05:48 +0200 | [diff] [blame] | 32 | - [10.1007/978-3-319-47166-2_30](http://link.springer.com/chapter/10.1007/978-3-319-47166-2_30) |
Damian Gryski | 94ec8e2 | 2016-08-19 21:35:44 +0200 | [diff] [blame] | 33 | - A Productivity Checker for Logic Programming (E. Komendantskaya, P. Johann, M. Schmidt ) |
| 34 | - [arXiv:1608.04415 cs.PL](https://arxiv.org/abs/1608.04415) |
ImreSamu | 4700393 | 2016-08-20 17:20:30 +0200 | [diff] [blame] | 35 | - project page: http://www.macs.hw.ac.uk/~ek19/CoALP/ |
ImreSamu | 806bbe1 | 2016-07-30 02:06:00 +0200 | [diff] [blame] | 36 | - A novel algorithm for detecting multiple covariance and clustering of biological sequences |
| 37 | ( Wei Shen & Yan Li) ( Coevolution, Computational models ) |
| 38 | - http://www.nature.com/articles/srep30425 , doi:10.1038/srep30425 |
| 39 | - Algorithm implementation (golang - only binary ) : http://yanlilab.github.io/fastcov/ |
ImreSamu | cd18c60 | 2016-07-26 16:34:05 +0200 | [diff] [blame] | 40 | - Architecture of the Hyperledger Blockchain Fabric (Christian Cachin) |
| 41 | - [pdf](https://www.zurich.ibm.com/dccl/papers/cachin_dccl.pdf) |
| 42 | - [code]( https://github.com/hyperledger/fabric/) |
ImreSamu | e49ce9c | 2016-07-23 13:56:46 +0200 | [diff] [blame] | 43 | - Reimagining the Programming Experience ( Mehrdad Afshari , dissertation) GoClr |
| 44 | - [pdf](https://mehrdad.afshari.me/publications/dissertation.pdf) |
ImreSamu | ec48308 | 2016-07-23 13:46:55 +0200 | [diff] [blame] | 45 | - MapReduce vs. Pipelining Counting Triangles (Edelmira Pasarella, Maria-Esther Vidal,and Cristina Zoltan) |
| 46 | - [pdf](http://ceur-ws.org/Vol-1644/paper33.pdf) |
ImreSamu | 7acb176 | 2016-07-15 00:32:01 +0200 | [diff] [blame] | 47 | - Software Engineering with PSF and Go (Erik van der Schaaf) Thesis, University of Amsterdam |
| 48 | - [pdf](https://esc.fnwi.uva.nl/thesis/centraal/files/f1899376590.pdf) |
ImreSamu | c0aa3cf | 2016-07-09 16:16:35 +0200 | [diff] [blame] | 49 | - Parametric Polymorphism in the Go Programming Language (Matthew Allen) University of Texas, |
| 50 | Turing Scholars honors thesis |
| 51 | - [pdf] (http://apps.cs.utexas.edu/tech_reports/reports/tr/TR-2231.pdf) |
| 52 | - [code] (https://github.com/Matt343/llgo) ( LLGO based ) |
ImreSamu | 55b76a3 | 2016-07-02 12:53:03 +0200 | [diff] [blame] | 53 | - Static Trace-Based Deadlock Analysis for Synchronous Mini-Go ( Kai Stadtmüller, Martin Sulzmann, and Peter Thiemann ) |
| 54 | - [pdf] (http://www.home.hs-karlsruhe.de/~suma0002/publications/TraceBasedDeadlockAnalysisMiniGo.pdf) |
| 55 | - [code] (https://github.com/KaiSta/gopherlyzer) - first beta implementation : gopherlyzer |
ImreSamu | eb69acc | 2016-06-25 17:36:17 +0200 | [diff] [blame] | 56 | - Continuous Query-Based Syndication: Distributed, Expressive Messaging for the IoT( Gabriel Fierro, Erik Krogen ) |
| 57 | - [pdf](https://people.eecs.berkeley.edu/~kubitron/courses/cs262a-S16/projects/reports/project1_report.pdf), [motivation](https://github.com/gtfierro/cs262-project/blob/master/Motivation.md) |
| 58 | - [code](https://github.com/gtfierro/cs262-project) ( Go and Python implementation ) |
Matt Horsnell | f6197c6 | 2016-06-06 11:42:17 +0100 | [diff] [blame] | 59 | - Privacy, Discovery, and Authentication for the Internet of Things (Wu, Taly, Shankar, Boneh) |
| 60 | - [arxiv](https://arxiv.org/abs/1604.06959) |
| 61 | - [code](https://vanadium.github.io/) |
| 62 | - Static Deadlock Detection for Concurrent Go by Global Session Graph Synthesis (Ng, Yoshida) |
| 63 | - [pdf](http://www.doc.ic.ac.uk/~cn06/pub/2016/dingo/main.pdf) |
| 64 | - [code](https://github.com/nickng/dingo-hunter) |
| 65 | - A Small-Step Semantics of a Concurrent Calculus with Goroutines and Deferred Functions ( Martin Steffen ) |
| 66 | - [springer link] (http://link.springer.com/chapter/10.1007%2F978-3-319-30734-3_26) |
Matt Horsnell | f6197c6 | 2016-06-06 11:42:17 +0100 | [diff] [blame] | 67 | - Butterfield, Ellis H., "Fog Computing with Go: A Comparative Study" (2016). CMC Senior Theses. Paper 1348. |
| 68 | - http://scholarship.claremont.edu/cmc_theses/1348 |
| 69 | - An Implementation and Analysis of a Kernel Network Stack in Go with the CSP Style (Harshal Sheth, Aashish Welling) |
| 70 | - [arXiv:1603.05636 cs.OS] ( http://arxiv.org/abs/1603.05636 ) |
| 71 | - PAS-MC: Privacy-preserving Analytics Stream for the Mobile Cloud (Joy, Gerla) |
Damian Gryski | a9039ed | 2016-06-07 13:38:15 +0200 | [diff] [blame] | 72 | - [arXiv:1604.04892 cs.CR](https://arxiv.org/abs/1604.04892) |
| 73 | - Developing an Ethereum Blockchain Application (Triantafyllidis) |
| 74 | - [pdf](https://homepages.staff.os3.nl/~delaat/rp/2015-2016/p53/report.pdf) |
Philipp Winter | 7695ecd | 2016-06-10 22:36:36 +0000 | [diff] [blame] | 75 | - Identifying and characterizing Sybils in the Tor network (Winter, Ensafi, Loesing, and Feamster) |
| 76 | - [pdf] (https://nymity.ch/sybilhunting/pdf/sybilhunting.pdf) |
| 77 | - [code] (https://github.com/NullHypothesis/sybilhunter) |
Damian Gryski | f31c7da | 2016-06-22 14:41:01 +0200 | [diff] [blame] | 78 | - A Distributed Implementation of the Graph Database System: DGraph |
| 79 | - [pdf](https://www.dropbox.com/s/7h4ytak39r2pdun/Ashwin_Thesis.pdf?dl=0) |
Damian Gryski | 77b0f1e | 2016-06-05 11:25:53 +0200 | [diff] [blame] | 80 | |
Damian Gryski | 069f87f | 2016-06-03 21:11:04 +0200 | [diff] [blame] | 81 | ## 2015 |
ImreSamu | 3d5bda8 | 2016-07-19 10:22:20 +0200 | [diff] [blame] | 82 | - Tinzenite: Encrypted Peer to Peer File Synchronization via the Tox Protocol (Tamino P.S.M. Hartmann) (Master thesis at Ulm University) |
| 83 | - [pdf](http://dbis.eprints.uni-ulm.de/1334/1/ma_final_hartmann.pdf) |
| 84 | - [github.com/tinzenite](https://github.com/tinzenite) |
Damian Gryski | 069f87f | 2016-06-03 21:11:04 +0200 | [diff] [blame] | 85 | - Blade: A Data Center Garbage Collector (Terei, Levy) |
Damian Gryski | 77b0f1e | 2016-06-05 11:25:53 +0200 | [diff] [blame] | 86 | - [arxiv:1504.02578 cs.DC](https://arxiv.org/abs/1504.02578) |
Damian Gryski | 069f87f | 2016-06-03 21:11:04 +0200 | [diff] [blame] | 87 | - Flywheel: Google's Data Compression Proxy for the Mobile Web (Agababov, Buettner, Chudnovsky, Cogan, Greenstein, McDaniel, Piatek, Scott, Welsh, Yin) |
| 88 | - [pdf](http://research.google.com/pubs/pub43447.html) |
| 89 | - [Rewriting a large production system in Go](http://matt-welsh.blogspot.com/2013/08/rewriting-large-production-system-in-go.html) |
Brendan Tracey | d99ac34 | 2016-06-04 07:49:45 -0600 | [diff] [blame] | 90 | - A Machine Learning Strategy to Assist Turbulence Model Development (Brendan Tracey, Karthik Duraisamy, Juan J. Alonso) |
Brendan Tracey | 2da3ab7 | 2016-06-04 07:49:12 -0600 | [diff] [blame] | 91 | - http://arc.aiaa.org/doi/abs/10.2514/6.2015-1287 |
ImreSamu | f78c778 | 2016-06-04 16:53:26 +0200 | [diff] [blame] | 92 | - Implementing an intelligent version of the classical sliding-puzzle game for unix terminals using Golang's concurrency primitives ( Pravendra Singh ) |
Damian Gryski | 77b0f1e | 2016-06-05 11:25:53 +0200 | [diff] [blame] | 93 | - [arxiv:1503.08345 cs.AI] ( http://arxiv.org/abs/1503.08345 ) |
| 94 | - Keeping Authorities "Honest or Bust" with Decentralized Witness Cosigning (Syta, Tamas, Visher, Wolinsky, Jovanovic, Gasser, Gailly, Khoffi, Ford) |
| 95 | - [arxiv:1503.08768 cs.CR](https://arxiv.org/abs/1503.08768) |
| 96 | - [code](https://github.com/dedis/cothority), [code](https://github.com/dedis/cosi) |
ImreSamu | acdeec5 | 2016-06-05 12:49:47 +0200 | [diff] [blame] | 97 | - Message Passing for Programming Languages and Operating Systems (Martynas Pumputis ) Master’s Thesis |
| 98 | - [pdf](http://e-collection.library.ethz.ch/eserv/eth:48404/eth-48404-01.pdf) |
ImreSamu | 790a1e9 | 2016-06-05 12:56:12 +0200 | [diff] [blame] | 99 | - Type inference for Go (Emin Gigovic, Philip Malmros ) |
| 100 | - [pdf](http://fileadmin.cs.lth.se/cs/Education/EDAN70/CompilerProjects/2015/Reports/GigovicMalmros.pdf) |
Damian Gryski | a9039ed | 2016-06-07 13:38:15 +0200 | [diff] [blame] | 101 | - Open-Source, Platform-Independent Library and Online Scripting Environment for Accessing Thermo Scientific RAW Files. (Kelchtermans, Silva, Argentini, Staes, Vandenbussche, Laukens, Valkenborg, Martens) |
| 102 | - https://www.ncbi.nlm.nih.gov/pubmed/26477298 |
ImreSamu | 160aeaf | 2016-06-21 13:26:42 +0200 | [diff] [blame] | 103 | - Evaluation of performance and productivity metrics of potential programming languages in the HPC environment ( Bachelor Thesis ; Florian Wilkens ) - ( Go, Rust, C, OpenStreetMap ) |
| 104 | - [github-code](https://github.com/MrFloya/thesis-ba) , [pdf](https://github.com/MrFloya/thesis-ba/raw/master/tex/thesis.pdf) |
Damian Gryski | 359e899 | 2016-11-21 18:20:49 +0100 | [diff] [blame] | 105 | - Concurrent Processing of Text Corpus Queries (Rábara, Rychlý) |
| 106 | - https://www.sketchengine.co.uk/wp-content/uploads/Concurrent_Processing_2015.pdf |
ImreSamu | acdeec5 | 2016-06-05 12:49:47 +0200 | [diff] [blame] | 107 | |
Matt Horsnell | f6197c6 | 2016-06-06 11:42:17 +0100 | [diff] [blame] | 108 | ## 2014 |
Nicholas Ng | 5b5bffd | 2016-06-17 18:27:41 +0100 | [diff] [blame] | 109 | - PARAGON: an approach for parallelization of power system contingency analysis using Go programming language |
| 110 | - http://onlinelibrary.wiley.com/doi/10.1002/etep.1999/full |
Matt Horsnell | f6197c6 | 2016-06-06 11:42:17 +0100 | [diff] [blame] | 111 | - A Study of Successive Over-relaxation Method Parallelization Over Modern HPC Languages (Mittal) |
| 112 | - [arxiv:1401.0763 cs.DC](https://arxiv.org/abs/1401.0763) |
| 113 | - [code](https://github.com/sparsh0mittal/sor_serial_parallel_codes) |
| 114 | - There Is More Consensus in Egalitarian Parliaments (Moraru, Andersen, Kaminsky) |
| 115 | - [pdf](https://www.cs.cmu.edu/~dga/papers/epaxos-sosp2013.pdf) |
| 116 | - [code](https://github.com/efficient/epaxos) |
| 117 | - [Experience with ePaxos: Systems Research using Go](https://da-data.blogspot.com/2013/10/experience-with-epaxos-systems-research.html) |
| 118 | - Research Problems of Implementing Go |
| 119 | - https://talks.golang.org/2014/research.slide (rsc) |
| 120 | - https://talks.golang.org/2014/research2.slide (dvyukov) |
| 121 | - bíogo: a simple high-performance bioinformatics toolkit for the Go language (D. Kortschak, D. Adelson) |
| 122 | - [pdf](http://biorxiv.org/content/early/2014/05/12/005033) |
Damian Gryski | a9039ed | 2016-06-07 13:38:15 +0200 | [diff] [blame] | 123 | - P2S: A Fault-Tolerant Publish/Subscribe Infrastructure (Chang, Duan, Meling, Peisert, Zhang) |
| 124 | - [pdf](http://cs.unc.edu/~haibin/p2s.pdf) |
| 125 | - Generating a Google Go framework from an Uppaal model (Dekker) |
| 126 | - [pdf](https://www.cs.ru.nl/bachelorscripties/2014/Jip_Dekker___4122100___Generating_Google_Go_framework_from_Uppaal_models.pdf) |
| 127 | - Using the Go Programming Language in Practice (Westrup, Pettersson) |
| 128 | - [pdf](http://users.student.lth.se/dt09ew6/files/thesis.pdf) |
Damian Gryski | 727d59b | 2016-07-03 11:18:59 +0200 | [diff] [blame] | 129 | - A Language Support for Exhaustive Fault-Injection in Message-Passing System Models (Suzuki, Watanabe) |
| 130 | - [arXiv:1411.3793 cs.SE](https://arxiv.org/abs/1411.3793) |
Charles | 0317f20 | 2016-08-19 12:04:49 -0700 | [diff] [blame] | 131 | - Big Learning with Bayesian Methods |
| 132 | - [arXiv:1411.6370 cs.LG](https://arxiv.org/abs/1411.6370) |
Damian Gryski | ceec251 | 2017-01-25 05:47:36 +0100 | [diff] [blame] | 133 | - Be General and Don't Give Up Consistency in Geo-Replicated Transactional Systems |
| 134 | - [PDF](http://hyflow.org/pubs/opodis14-alvin.pdf) |
| 135 | - Project page: [Hyflow](http://www.hyflow.org/hyflow-go/index.html) |
Matt Horsnell | f6197c6 | 2016-06-06 11:42:17 +0100 | [diff] [blame] | 136 | |
| 137 | ## 2013 |
| 138 | - GoPar: Automatic Loop Parallelization of Go Programs (Wetherbee) |
| 139 | - [pdf](https://docs.google.com/file/d/0B6tFaBl5qV_gNmpRTnJkcEo4a2M/edit) |
| 140 | - [code](https://github.com/wetherbeei/gopar) |
| 141 | - SCTP in Go ( Olivier Van Acker ) |
| 142 | - Keywords: Stream Control Transmission Protocol (SCTP); Transmission Control Protocol (TCP); Go; Networking; |
| 143 | - [pdf](https://2013.asiabsdcon.org/papers/abc2013-P7A-paper.pdf) |
| 144 | - Benchmarking Usability and Performance of Multicore Languages ( Sebastian Nanz, Scott West, Kaue Soares da Silveira, Bertrand Meyer) |
| 145 | - [arXiv:1302.2837 cs.DC](https://arxiv.org/abs/1302.2837) |
| 146 | - Examining the Expert Gap in Parallel Programming (Sebastian Nanz, Scott West, Kaue Soares da Silveira) |
| 147 | - [pdf](http://se.inf.ethz.ch/people/west/expert-gap-europar-2013.pdf) |
Damian Gryski | a9039ed | 2016-06-07 13:38:15 +0200 | [diff] [blame] | 148 | - Acropolis: aggregated client request ordering by Paxos (Jothen) |
| 149 | - https://brage.bibsys.no/xmlui//handle/11250/181825 |
| 150 | - Implementation and experimental evaluation of live replacement and reconfiguration (Lea) |
| 151 | - https://brage.bibsys.no/xmlui//handle/11250/181813 |
Damian Gryski | e6a5968 | 2016-06-29 16:43:04 +0200 | [diff] [blame] | 152 | - Exploiting Parallelism in Coalgebraic Logic Programming (Komendantskaya, Schmidt, Heras) |
| 153 | - https://arxiv.org/abs/1312.4454 |
Matt Horsnell | f6197c6 | 2016-06-06 11:42:17 +0100 | [diff] [blame] | 154 | |
| 155 | ## 2012 |
| 156 | - Time Warp on the Go (D'Angelo, Ferretti, Marzolla) |
| 157 | - [arxiv:1206.2772 cs.DC](https://arxiv.org/abs/1206.2772) |
| 158 | - Can Go address the multicore issues of today and the manycore problems of tomorrow? (S. Binet) |
| 159 | - [pdf](http://iopscience.iop.org/article/10.1088/1742-6596/368/1/012017) |
| 160 | - GoCxx: a tool to easily leverage C++ legacy code for multicore-friendly Go libraries and frameworks (S. Binet) |
| 161 | - [pdf](http://iopscience.iop.org/article/10.1088/1742-6596/396/5/052012) |
| 162 | - The Buffered π-Calculus: A Model for Concurrent Languages (Deng, Zhang, Deng, Zhong) |
| 163 | - [arxiv:1212.6183 cs.LO](https://arxiv.org/abs/1212.6183) |
| 164 | - Analysis of the Go runtime scheduler (Neil Deshpande,Erica Sponsler,Nathaniel Weiss) |
| 165 | - [pdf](http://www1.cs.columbia.edu/~aho/cs6998/reports/12-12-11_DeshpandeSponslerWeiss_GO.pdf) |
| 166 | - A Comparative Study of Programming Models for Concurrency ( Kaue Soares da Silveira) – Porto Alegre: COMGRAD CIC UFRGS, 2012. Final Report (Bachelor) |
| 167 | - [pdf](ftp://ftp.inf.ufrgs.br/pub/geyer/Alunos/KaueSilveira/TG-ComparacaoLinguagensConcorrencia-kaue_soares_da_silveira.pdf) |
Damian Gryski | a9039ed | 2016-06-07 13:38:15 +0200 | [diff] [blame] | 168 | - Debian Code Search (Stapelberg) |
| 169 | - [pdf](https://codesearch.debian.net/research/bsc-thesis.pdf) |
| 170 | - Go’s Concurrency Constructs on the SCC (Prell, Rauber) |
| 171 | - [pdf](https://hal.inria.fr/file/index/docid/718924/filename/MARC6_Gos-Concurrency-Constructs-on-the-SCC.pdf) |
| 172 | |
Matt Horsnell | f6197c6 | 2016-06-06 11:42:17 +0100 | [diff] [blame] | 173 | |
| 174 | ## 2011 |
| 175 | - ng: What next-generation languages can teach us about HENP frameworks in the manycore era (S. Binet) |
| 176 | - [pdf](http://iopscience.iop.org/article/10.1088/1742-6596/331/4/042002) |
| 177 | - Serving Web Content with Dynamic Process Networks in Go (James Whitehead II) |
| 178 | - [DOI: 10.3233/978-1-60750-774-1-209](http://dx.doi.org/10.3233/978-1-60750-774-1-209) |
Damian Gryski | 9fb55c9 | 2016-06-06 15:48:16 +0200 | [diff] [blame] | 179 | - [pdf] (http://www.cs.ox.ac.uk/people/jim.whitehead/cpa2011-draft.pdf) |
| 180 | |
| 181 | ## 2010 |
| 182 | - GoHotDraw: Evaluating the Go Programming Language with Design Patterns (Schmager, Cameron, Noble) |
| 183 | - [pdf](http://www.doc.ic.ac.uk/~ncameron/papers/schmager_plateau10.pdf) |
| 184 | |