blob: 30fd346add8100e0f23a7b250fb3458e8b80dd50 [file] [log] [blame] [view]
Damian Gryski069f87f2016-06-03 21:11:04 +02001This page lists academic and industry research papers about Go or using Go as the implementation language.
Nicholas Ng2c665992017-01-06 14:39:08 +00002## 2017
ImreSamu77fb9db2017-03-30 00:19:06 +02003- Performance testing of open-source HTTP web frameworks in an API (Michael A.P. Domingues) DSIE17
4 - https://paginas.fe.up.pt/~prodei/dsie17/DSIE17_Proceedings.pdf#page=18
5 - Keywords: Revel, Gin and Echo, Performance testing, API, Web frameworks, Apache benchmark
6
ImreSamu52ae7f52017-03-07 10:18:15 +01007- Method of auto-configuration for corporate proxies (Andrés Abelardo Villarroel Acosta, Carlos Enrique Montenegro Marín, Paulo Alonso Gaona García, Yuri Vanessa Nieto Acevedo) Ingeniería solidaria, 2017
ImreSamudb528d42017-03-29 13:31:21 +02008 - https://revistas.ucc.edu.co/index.php/in/article/view/1723
9 - https://github.com/andresvia/udpac
10 - Keywords: Proxy Auto-configuration (PAC), Web Proxy Auto-Discovery Protocol (WPAD), Dynamic Host Configuration Protocol (DHCP), Standard Time.
ImreSamu6e2e9682017-03-04 21:10:03 +010011- NucAmino: a nucleotide to amino acid alignment optimized for virus gene sequences ( Philip L. Tzou, Xiaoqiu Huang, Robert W. Shafer ) BMC Bioinformatics (2017) 18: 138.
ImreSamudb528d42017-03-29 13:31:21 +020012 - [DOI: 10.1186/s12859-017-1555-6](https://link.springer.com/article/10.1186/s12859-017-1555-6) _"... NucAmino is written in the computer language Go ..."_
13 - [github.com/hivdb/NucAmino](https://github.com/hivdb/NucAmino) ( Go 94.4% )
14 - Keywords: Sequence alignment, Viruses, HIV-1, Drug resistance, Open source
ImreSamuf71d4b12017-02-19 15:23:37 +010015- Idiomatic and Reproducible Software Builds using Containers for Reliable Computing (Jonas Weber) Masters Thesis
ImreSamudb528d42017-03-29 13:31:21 +020016 - [arXiv:1702.02999v1 cs.SE 9 Feb 2017](https://arxiv.org/abs/1702.02999), [pdf](https://arxiv.org/pdf/1702.02999.pdf)
17 - [github.com/thriqon/thesis-supplement](https://github.com/thriqon/thesis-supplement)
ImreSamuf71d4b12017-02-19 15:23:37 +010018
ImreSamuee7d3482017-02-07 20:33:34 +010019- Structured I/O streams in Clive: a toolbox approach for wide area network computing ( Francisco J. Ballesteros )
ImreSamudb528d42017-03-29 13:31:21 +020020 - [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 ..."_
21 - [Clive related research](http://lsub.org/ls/research.html)
22 - [Clive source](http://lsub.org/ls/clive.html) _"...Clive is an operating system designed to work in distributed and cloud computing environments. ..."_
23 - Keywords: Streams, Input/Output, Operating system, Distributed systems, Cloud computing
ImreSamuc544f992017-01-19 13:30:44 +010024- Towards Practical Default-On Multi-Core Record/Replay ( Ali José Mashtizadeh, Tal Garfinkel, David Terei, David Mazières, Mendel Rosenblum) draft , ASPLOS 2017
25 - [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 ... "_
ImreSamuf66f2a12017-01-19 13:19:39 +010026- Comparing MapReduce and Pipeline Implementations for Counting Triangles ( Edelmira Pasarella, Maria-Esther Vidal, Cristina Zoltan)
27 - [arXiv:1701.03318 cs.DC](https://arxiv.org/abs/1701.03318)
28 - [pdf](https://arxiv.org/pdf/1701.03318.pdf) _"... an ad-hoc version of MapReduce are implemented in the language Go ..."_
Nicholas Ng2c665992017-01-06 14:39:08 +000029- Fencing off Go: Liveness and Safety for Channel-based Programming (J. Lange, N. Ng, B. Toninho, N. Yoshida), POPL 2017
30 - [doi: 10.1145/3009837.3009847](http://dl.acm.org/citation.cfm?id=3009847)
31 - [Tool page](http://mrg.doc.ic.ac.uk/tools/gong/), [code](https://github.com/nickng/gong)
Damian Gryski069f87f2016-06-03 21:11:04 +020032
Matt Horsnellf6197c62016-06-06 11:42:17 +010033## 2016
ImreSamuabd18bb2017-02-21 12:24:48 +010034- Flower : Workflow management and heat-aware scheduling for modern cloud infrastructures (Robert Carosi,
35Boris Mattijssen) bachelor thesis,
ImreSamudb528d42017-03-29 13:31:21 +020036 - [abstract](http://repository.tudelft.nl/islandora/object/uuid:fd1a2aea-84d0-42cc-8043-23a182748f8c), [pdf](http://repository.tudelft.nl/islandora/object/uuid:fd1a2aea-84d0-42cc-8043-23a182748f8c/datastream/OBJ/view), Keywords: container, workflow, virtualization, scheduling, flower, kubernetes
ImreSamu107fbf22017-02-19 15:17:38 +010037- Implementing a web-based bookingsystem using Go ( Vu, Phi-Long ) Independent thesis Basic level
ImreSamudb528d42017-03-29 13:31:21 +020038 - [abstract](http://www.diva-portal.org/smash/record.jsf?pid=diva2%3A1070267&dswid=784), [pdf](http://www.diva-portal.org/smash/get/diva2:1070267/FULLTEXT01.pdf) ; Keywords: Booking System, Go, Golang, REST, XSS, XSRF
ImreSamu8ad66b02017-01-24 13:19:44 +010039- Parallelization of the corpus managers time-consuming operations (Bc. Radoslav Rábara ) Master's Thesis, Masaryk University
40 - [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
ImreSamu73bf1db2016-12-22 20:43:52 +010041- Cyber Security Exercise Modeling & Tracking (Joonas Greis) Bachelor’s thesis
ImreSamudb528d42017-03-29 13:31:21 +020042 - [pdf](https://www.theseus.fi/bitstream/handle/10024/120054/Thesis_rellu.pdf) _"... RESTful API was written with Golang using Go-Json-Rest package ..."_
ImreSamu79c9fe22016-12-20 17:55:57 +010043- Scalable Byzantine Consensus via Hardware-assisted Secret Sharing (Jian Liu, Wenting Li, Ghassan O. Karame, N. Asokan)
ImreSamudb528d42017-03-29 13:31:21 +020044 - [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)
ImreSamu53c81592016-12-10 16:27:48 +010045- Fast and Reliable Byzantine Fault Tolerance (Eric Scott Freeman) Master's thesis in Computer science
ImreSamudb528d42017-03-29 13:31:21 +020046 - [link](http://hdl.handle.net/11250/2413908), [pdf]( https://brage.bibsys.no/xmlui/bitstream/handle/11250/2413908/Freeman_Eric.pdf?sequence=1)
ImreSamu40b42fa2016-11-26 19:28:01 +010047- Formal verification of concurrency in go (Anuchit Prasertsang, Denduang Pradubsuwun)
48 - [DOI: 10.1109/JCSSE.2016.7748882](http://dx.doi.org/10.1109/JCSSE.2016.7748882)
ImreSamub1272502016-11-16 22:40:03 +010049- Therapeutic target discovery using Boolean network attractors: updates from kali ( Arnaud Poret ) ( Quantitative Biology > Molecular Networks)
50 - [arXiv:1611.03144v1 q-bio.MN](https://arxiv.org/abs/1611.03144v1)
51 - [github.com/arnaudporet/kali](https://github.com/arnaudporet/kali) [Go 100.0%]
ImreSamu2e53a252016-10-11 12:05:48 +020052- Information Flow Analysis for Go ( Eric Bodden, Ka I. Pun, Martin Steffen, Volker Stolz, Anna-Katharina Wickert)
ImreSamu2e53a252016-10-11 12:05:48 +020053 - [10.1007/978-3-319-47166-2_30](http://link.springer.com/chapter/10.1007/978-3-319-47166-2_30)
Damian Gryski94ec8e22016-08-19 21:35:44 +020054- A Productivity Checker for Logic Programming (E. Komendantskaya, P. Johann, M. Schmidt )
55 - [arXiv:1608.04415 cs.PL](https://arxiv.org/abs/1608.04415)
ImreSamu47003932016-08-20 17:20:30 +020056 - project page: http://www.macs.hw.ac.uk/~ek19/CoALP/
ImreSamu806bbe12016-07-30 02:06:00 +020057- A novel algorithm for detecting multiple covariance and clustering of biological sequences
58( Wei Shen & Yan Li) ( Coevolution, Computational models )
ImreSamudb528d42017-03-29 13:31:21 +020059 - http://www.nature.com/articles/srep30425 , doi:10.1038/srep30425
60 - Algorithm implementation (golang - only binary ) : http://yanlilab.github.io/fastcov/
ImreSamucd18c602016-07-26 16:34:05 +020061- Architecture of the Hyperledger Blockchain Fabric (Christian Cachin)
ImreSamudb528d42017-03-29 13:31:21 +020062 - [pdf](https://www.zurich.ibm.com/dccl/papers/cachin_dccl.pdf)
63 - [code]( https://github.com/hyperledger/fabric/)
ImreSamue49ce9c2016-07-23 13:56:46 +020064- Reimagining the Programming Experience ( Mehrdad Afshari , dissertation) GoClr
ImreSamudb528d42017-03-29 13:31:21 +020065 - [pdf](https://mehrdad.afshari.me/publications/dissertation.pdf)
ImreSamuec483082016-07-23 13:46:55 +020066- MapReduce vs. Pipelining Counting Triangles (Edelmira Pasarella, Maria-Esther Vidal,and Cristina Zoltan)
ImreSamudb528d42017-03-29 13:31:21 +020067 - [pdf](http://ceur-ws.org/Vol-1644/paper33.pdf)
ImreSamu7acb1762016-07-15 00:32:01 +020068- Software Engineering with PSF and Go (Erik van der Schaaf) Thesis, University of Amsterdam
ImreSamudb528d42017-03-29 13:31:21 +020069 - [pdf](https://esc.fnwi.uva.nl/thesis/centraal/files/f1899376590.pdf)
ImreSamuc0aa3cf2016-07-09 16:16:35 +020070- Parametric Polymorphism in the Go Programming Language (Matthew Allen) University of Texas,
71Turing Scholars honors thesis
ImreSamudb528d42017-03-29 13:31:21 +020072 - [pdf](http://apps.cs.utexas.edu/tech_reports/reports/tr/TR-2231.pdf)
73 - [code](https://github.com/Matt343/llgo) ( LLGO based )
ImreSamu55b76a32016-07-02 12:53:03 +020074- Static Trace-Based Deadlock Analysis for Synchronous Mini-Go ( Kai Stadtmüller, Martin Sulzmann, and Peter Thiemann )
ImreSamudb528d42017-03-29 13:31:21 +020075 - [pdf](http://www.home.hs-karlsruhe.de/~suma0002/publications/TraceBasedDeadlockAnalysisMiniGo.pdf)
76 - [code](https://github.com/KaiSta/gopherlyzer) - first beta implementation : gopherlyzer
ImreSamueb69acc2016-06-25 17:36:17 +020077- Continuous Query-Based Syndication: Distributed, Expressive Messaging for the IoT( Gabriel Fierro, Erik Krogen )
78 - [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)
79 - [code](https://github.com/gtfierro/cs262-project) ( Go and Python implementation )
Matt Horsnellf6197c62016-06-06 11:42:17 +010080- Privacy, Discovery, and Authentication for the Internet of Things (Wu, Taly, Shankar, Boneh)
81 - [arxiv](https://arxiv.org/abs/1604.06959)
82 - [code](https://vanadium.github.io/)
83- Static Deadlock Detection for Concurrent Go by Global Session Graph Synthesis (Ng, Yoshida)
84 - [pdf](http://www.doc.ic.ac.uk/~cn06/pub/2016/dingo/main.pdf)
85 - [code](https://github.com/nickng/dingo-hunter)
86- A Small-Step Semantics of a Concurrent Calculus with Goroutines and Deferred Functions ( Martin Steffen )
ImreSamudb528d42017-03-29 13:31:21 +020087 - [springer link](http://link.springer.com/chapter/10.1007%2F978-3-319-30734-3_26)
Matt Horsnellf6197c62016-06-06 11:42:17 +010088- Butterfield, Ellis H., "Fog Computing with Go: A Comparative Study" (2016). CMC Senior Theses. Paper 1348.
89 - http://scholarship.claremont.edu/cmc_theses/1348
90- An Implementation and Analysis of a Kernel Network Stack in Go with the CSP Style (Harshal Sheth, Aashish Welling)
ImreSamudb528d42017-03-29 13:31:21 +020091 - [arXiv:1603.05636 cs.OS](http://arxiv.org/abs/1603.05636 )
Matt Horsnellf6197c62016-06-06 11:42:17 +010092- PAS-MC: Privacy-preserving Analytics Stream for the Mobile Cloud (Joy, Gerla)
Damian Gryskia9039ed2016-06-07 13:38:15 +020093 - [arXiv:1604.04892 cs.CR](https://arxiv.org/abs/1604.04892)
94- Developing an Ethereum Blockchain Application (Triantafyllidis)
95 - [pdf](https://homepages.staff.os3.nl/~delaat/rp/2015-2016/p53/report.pdf)
Philipp Winter7695ecd2016-06-10 22:36:36 +000096- Identifying and characterizing Sybils in the Tor network (Winter, Ensafi, Loesing, and Feamster)
ImreSamudb528d42017-03-29 13:31:21 +020097 - [pdf](https://nymity.ch/sybilhunting/pdf/sybilhunting.pdf)
98 - [code](https://github.com/NullHypothesis/sybilhunter)
Damian Gryskif31c7da2016-06-22 14:41:01 +020099- A Distributed Implementation of the Graph Database System: DGraph
100 - [pdf](https://www.dropbox.com/s/7h4ytak39r2pdun/Ashwin_Thesis.pdf?dl=0)
Damian Gryski77b0f1e2016-06-05 11:25:53 +0200101
Damian Gryski069f87f2016-06-03 21:11:04 +0200102## 2015
ImreSamu3d5bda82016-07-19 10:22:20 +0200103- Tinzenite: Encrypted Peer to Peer File Synchronization via the Tox Protocol (Tamino P.S.M. Hartmann) (Master thesis at Ulm University)
104 - [pdf](http://dbis.eprints.uni-ulm.de/1334/1/ma_final_hartmann.pdf)
105 - [github.com/tinzenite](https://github.com/tinzenite)
Damian Gryski069f87f2016-06-03 21:11:04 +0200106- Blade: A Data Center Garbage Collector (Terei, Levy)
Damian Gryski77b0f1e2016-06-05 11:25:53 +0200107 - [arxiv:1504.02578 cs.DC](https://arxiv.org/abs/1504.02578)
Damian Gryski069f87f2016-06-03 21:11:04 +0200108- Flywheel: Google's Data Compression Proxy for the Mobile Web (Agababov, Buettner, Chudnovsky, Cogan, Greenstein, McDaniel, Piatek, Scott, Welsh, Yin)
109 - [pdf](http://research.google.com/pubs/pub43447.html)
110 - [Rewriting a large production system in Go](http://matt-welsh.blogspot.com/2013/08/rewriting-large-production-system-in-go.html)
Brendan Traceyd99ac342016-06-04 07:49:45 -0600111- A Machine Learning Strategy to Assist Turbulence Model Development (Brendan Tracey, Karthik Duraisamy, Juan J. Alonso)
Brendan Tracey2da3ab72016-06-04 07:49:12 -0600112 - http://arc.aiaa.org/doi/abs/10.2514/6.2015-1287
ImreSamuf78c7782016-06-04 16:53:26 +0200113- Implementing an intelligent version of the classical sliding-puzzle game for unix terminals using Golang's concurrency primitives ( Pravendra Singh )
ImreSamudb528d42017-03-29 13:31:21 +0200114 - [arxiv:1503.08345 cs.AI](http://arxiv.org/abs/1503.08345 )
Damian Gryski77b0f1e2016-06-05 11:25:53 +0200115- Keeping Authorities "Honest or Bust" with Decentralized Witness Cosigning (Syta, Tamas, Visher, Wolinsky, Jovanovic, Gasser, Gailly, Khoffi, Ford)
ImreSamudb528d42017-03-29 13:31:21 +0200116 - [arxiv:1503.08768 cs.CR](https://arxiv.org/abs/1503.08768)
117 - [code](https://github.com/dedis/cothority), [code](https://github.com/dedis/cosi)
ImreSamuacdeec52016-06-05 12:49:47 +0200118- Message Passing for Programming Languages and Operating Systems (Martynas Pumputis ) Masters Thesis
ImreSamudb528d42017-03-29 13:31:21 +0200119 - [pdf](http://e-collection.library.ethz.ch/eserv/eth:48404/eth-48404-01.pdf)
ImreSamu790a1e92016-06-05 12:56:12 +0200120- Type inference for Go (Emin Gigovic, Philip Malmros )
ImreSamudb528d42017-03-29 13:31:21 +0200121 - [pdf](http://fileadmin.cs.lth.se/cs/Education/EDAN70/CompilerProjects/2015/Reports/GigovicMalmros.pdf)
Damian Gryskia9039ed2016-06-07 13:38:15 +0200122- Open-Source, Platform-Independent Library and Online Scripting Environment for Accessing Thermo Scientific RAW Files. (Kelchtermans, Silva, Argentini, Staes, Vandenbussche, Laukens, Valkenborg, Martens)
123 - https://www.ncbi.nlm.nih.gov/pubmed/26477298
ImreSamu160aeaf2016-06-21 13:26:42 +0200124- Evaluation of performance and productivity metrics of potential programming languages in the HPC environment ( Bachelor Thesis ; Florian Wilkens ) - ( Go, Rust, C, OpenStreetMap )
ImreSamudb528d42017-03-29 13:31:21 +0200125 - [github-code](https://github.com/MrFloya/thesis-ba) , [pdf](https://github.com/MrFloya/thesis-ba/raw/master/tex/thesis.pdf)
Damian Gryski359e8992016-11-21 18:20:49 +0100126- Concurrent Processing of Text Corpus Queries (Rábara, Rychlý)
127 - https://www.sketchengine.co.uk/wp-content/uploads/Concurrent_Processing_2015.pdf
ImreSamuacdeec52016-06-05 12:49:47 +0200128
Matt Horsnellf6197c62016-06-06 11:42:17 +0100129## 2014
Nicholas Ng5b5bffd2016-06-17 18:27:41 +0100130- PARAGON: an approach for parallelization of power system contingency analysis using Go programming language
131 - http://onlinelibrary.wiley.com/doi/10.1002/etep.1999/full
Matt Horsnellf6197c62016-06-06 11:42:17 +0100132- A Study of Successive Over-relaxation Method Parallelization Over Modern HPC Languages (Mittal)
133 - [arxiv:1401.0763 cs.DC](https://arxiv.org/abs/1401.0763)
134 - [code](https://github.com/sparsh0mittal/sor_serial_parallel_codes)
135- There Is More Consensus in Egalitarian Parliaments (Moraru, Andersen, Kaminsky)
136 - [pdf](https://www.cs.cmu.edu/~dga/papers/epaxos-sosp2013.pdf)
137 - [code](https://github.com/efficient/epaxos)
138 - [Experience with ePaxos: Systems Research using Go](https://da-data.blogspot.com/2013/10/experience-with-epaxos-systems-research.html)
139- Research Problems of Implementing Go
140 - https://talks.golang.org/2014/research.slide (rsc)
141 - https://talks.golang.org/2014/research2.slide (dvyukov)
142- bíogo: a simple high-performance bioinformatics toolkit for the Go language (D. Kortschak, D. Adelson)
143 - [pdf](http://biorxiv.org/content/early/2014/05/12/005033)
Damian Gryskia9039ed2016-06-07 13:38:15 +0200144- P2S: A Fault-Tolerant Publish/Subscribe Infrastructure (Chang, Duan, Meling, Peisert, Zhang)
145 - [pdf](http://cs.unc.edu/~haibin/p2s.pdf)
146- Generating a Google Go framework from an Uppaal model (Dekker)
147 - [pdf](https://www.cs.ru.nl/bachelorscripties/2014/Jip_Dekker___4122100___Generating_Google_Go_framework_from_Uppaal_models.pdf)
148- Using the Go Programming Language in Practice (Westrup, Pettersson)
149 - [pdf](http://users.student.lth.se/dt09ew6/files/thesis.pdf)
Damian Gryski727d59b2016-07-03 11:18:59 +0200150- A Language Support for Exhaustive Fault-Injection in Message-Passing System Models (Suzuki, Watanabe)
151 - [arXiv:1411.3793 cs.SE](https://arxiv.org/abs/1411.3793)
Charles0317f202016-08-19 12:04:49 -0700152- Big Learning with Bayesian Methods
153 - [arXiv:1411.6370 cs.LG](https://arxiv.org/abs/1411.6370)
Damian Gryskiceec2512017-01-25 05:47:36 +0100154- Be General and Don't Give Up Consistency in Geo-Replicated Transactional Systems
155 - [PDF](http://hyflow.org/pubs/opodis14-alvin.pdf)
156 - Project page: [Hyflow](http://www.hyflow.org/hyflow-go/index.html)
Matt Horsnellf6197c62016-06-06 11:42:17 +0100157
158## 2013
159- GoPar: Automatic Loop Parallelization of Go Programs (Wetherbee)
160 - [pdf](https://docs.google.com/file/d/0B6tFaBl5qV_gNmpRTnJkcEo4a2M/edit)
161 - [code](https://github.com/wetherbeei/gopar)
162- SCTP in Go ( Olivier Van Acker )
ImreSamudb528d42017-03-29 13:31:21 +0200163 - Keywords: Stream Control Transmission Protocol (SCTP); Transmission Control Protocol (TCP); Go; Networking;
164 - [pdf](https://2013.asiabsdcon.org/papers/abc2013-P7A-paper.pdf)
Matt Horsnellf6197c62016-06-06 11:42:17 +0100165- Benchmarking Usability and Performance of Multicore Languages ( Sebastian Nanz, Scott West, Kaue Soares da Silveira, Bertrand Meyer)
ImreSamudb528d42017-03-29 13:31:21 +0200166 - [arXiv:1302.2837 cs.DC](https://arxiv.org/abs/1302.2837)
Matt Horsnellf6197c62016-06-06 11:42:17 +0100167- Examining the Expert Gap in Parallel Programming (Sebastian Nanz, Scott West, Kaue Soares da Silveira)
ImreSamudb528d42017-03-29 13:31:21 +0200168 - [pdf](http://se.inf.ethz.ch/people/west/expert-gap-europar-2013.pdf)
Damian Gryskia9039ed2016-06-07 13:38:15 +0200169- Acropolis: aggregated client request ordering by Paxos (Jothen)
ImreSamudb528d42017-03-29 13:31:21 +0200170 - https://brage.bibsys.no/xmlui//handle/11250/181825
Damian Gryskia9039ed2016-06-07 13:38:15 +0200171- Implementation and experimental evaluation of live replacement and reconfiguration (Lea)
172 - https://brage.bibsys.no/xmlui//handle/11250/181813
Damian Gryskie6a59682016-06-29 16:43:04 +0200173- Exploiting Parallelism in Coalgebraic Logic Programming (Komendantskaya, Schmidt, Heras)
174 - https://arxiv.org/abs/1312.4454
Egon Elbrefffc21f2017-02-17 23:08:46 +0200175- Parallel Pattern Discovery (Egon Elbre), Master's Thesis, University of Tartu
176 - [pdf](http://egonelbre.github.io/spexs2/Thesis.pdf)
177 - [code](https://github.com/egonelbre/spexs2)
Matt Horsnellf6197c62016-06-06 11:42:17 +0100178
179## 2012
180- Time Warp on the Go (D'Angelo, Ferretti, Marzolla)
181 - [arxiv:1206.2772 cs.DC](https://arxiv.org/abs/1206.2772)
182- Can Go address the multicore issues of today and the manycore problems of tomorrow? (S. Binet)
183 - [pdf](http://iopscience.iop.org/article/10.1088/1742-6596/368/1/012017)
184- GoCxx: a tool to easily leverage C++ legacy code for multicore-friendly Go libraries and frameworks (S. Binet)
185 - [pdf](http://iopscience.iop.org/article/10.1088/1742-6596/396/5/052012)
186- The Buffered π-Calculus: A Model for Concurrent Languages (Deng, Zhang, Deng, Zhong)
187 - [arxiv:1212.6183 cs.LO](https://arxiv.org/abs/1212.6183)
188- Analysis of the Go runtime scheduler (Neil Deshpande,Erica Sponsler,Nathaniel Weiss)
ImreSamudb528d42017-03-29 13:31:21 +0200189 - [pdf](http://www1.cs.columbia.edu/~aho/cs6998/reports/12-12-11_DeshpandeSponslerWeiss_GO.pdf)
Matt Horsnellf6197c62016-06-06 11:42:17 +0100190- A Comparative Study of Programming Models for Concurrency ( Kaue Soares da Silveira) – Porto Alegre: COMGRAD CIC UFRGS, 2012. Final Report (Bachelor)
ImreSamudb528d42017-03-29 13:31:21 +0200191 - [pdf](ftp://ftp.inf.ufrgs.br/pub/geyer/Alunos/KaueSilveira/TG-ComparacaoLinguagensConcorrencia-kaue_soares_da_silveira.pdf)
Damian Gryskia9039ed2016-06-07 13:38:15 +0200192- Debian Code Search (Stapelberg)
193 - [pdf](https://codesearch.debian.net/research/bsc-thesis.pdf)
194- Go’s Concurrency Constructs on the SCC (Prell, Rauber)
195 - [pdf](https://hal.inria.fr/file/index/docid/718924/filename/MARC6_Gos-Concurrency-Constructs-on-the-SCC.pdf)
196
Matt Horsnellf6197c62016-06-06 11:42:17 +0100197
198## 2011
199- ng: What next-generation languages can teach us about HENP frameworks in the manycore era (S. Binet)
200 - [pdf](http://iopscience.iop.org/article/10.1088/1742-6596/331/4/042002)
201- Serving Web Content with Dynamic Process Networks in Go (James Whitehead II)
ImreSamudb528d42017-03-29 13:31:21 +0200202 - [DOI: 10.3233/978-1-60750-774-1-209](http://dx.doi.org/10.3233/978-1-60750-774-1-209)
203 - [pdf](http://www.cs.ox.ac.uk/people/jim.whitehead/cpa2011-draft.pdf)
Damian Gryski9fb55c92016-06-06 15:48:16 +0200204
205## 2010
206- GoHotDraw: Evaluating the Go Programming Language with Design Patterns (Schmager, Cameron, Noble)
207 - [pdf](http://www.doc.ic.ac.uk/~ncameron/papers/schmager_plateau10.pdf)
208