-
Notifications
You must be signed in to change notification settings - Fork 0
ResearchPapers
ImreSamu edited this page Aug 20, 2016
·
42 revisions
This page lists academic and industry research papers about Go or using Go as the implementation language.
- A Productivity Checker for Logic Programming (E. Komendantskaya, P. Johann, M. Schmidt )
- arXiv:1608.04415 cs.PL
- project page: http://www.macs.hw.ac.uk/~ek19/CoALP/
- A novel algorithm for detecting multiple covariance and clustering of biological sequences ( Wei Shen & Yan Li) ( Coevolution, Computational models )
- http://www.nature.com/articles/srep30425 , doi:10.1038/srep30425
- Algorithm implementation (golang - only binary ) : http://yanlilab.github.io/fastcov/
- Architecture of the Hyperledger Blockchain Fabric (Christian Cachin)
- code
- Reimagining the Programming Experience ( Mehrdad Afshari , dissertation) GoClr
- MapReduce vs. Pipelining Counting Triangles (Edelmira Pasarella, Maria-Esther Vidal,and Cristina Zoltan)
- Software Engineering with PSF and Go (Erik van der Schaaf) Thesis, University of Amsterdam
- Parametric Polymorphism in the Go Programming Language (Matthew Allen) University of Texas, Turing Scholars honors thesis
- [pdf] (http://apps.cs.utexas.edu/tech_reports/reports/tr/TR-2231.pdf)
- [code] (https://github.com/Matt343/llgo) ( LLGO based )
- Static Trace-Based Deadlock Analysis for Synchronous Mini-Go ( Kai Stadtmüller, Martin Sulzmann, and Peter Thiemann )
- [pdf] (http://www.home.hs-karlsruhe.de/~suma0002/publications/TraceBasedDeadlockAnalysisMiniGo.pdf)
- [code] (https://github.com/KaiSta/gopherlyzer) - first beta implementation : gopherlyzer
- Continuous Query-Based Syndication: Distributed, Expressive Messaging for the IoT( Gabriel Fierro, Erik Krogen )
- pdf, motivation
- code ( Go and Python implementation )
- Privacy, Discovery, and Authentication for the Internet of Things (Wu, Taly, Shankar, Boneh)
- Static Deadlock Detection for Concurrent Go by Global Session Graph Synthesis (Ng, Yoshida)
- A Small-Step Semantics of a Concurrent Calculus with Goroutines and Deferred Functions ( Martin Steffen )
- Butterfield, Ellis H., "Fog Computing with Go: A Comparative Study" (2016). CMC Senior Theses. Paper 1348.
- An Implementation and Analysis of a Kernel Network Stack in Go with the CSP Style (Harshal Sheth, Aashish Welling)
- [arXiv:1603.05636 cs.OS] ( http://arxiv.org/abs/1603.05636 )
- PAS-MC: Privacy-preserving Analytics Stream for the Mobile Cloud (Joy, Gerla)
- Developing an Ethereum Blockchain Application (Triantafyllidis)
- Identifying and characterizing Sybils in the Tor network (Winter, Ensafi, Loesing, and Feamster)
- A Distributed Implementation of the Graph Database System: DGraph
- Tinzenite: Encrypted Peer to Peer File Synchronization via the Tox Protocol (Tamino P.S.M. Hartmann) (Master thesis at Ulm University)
- Blade: A Data Center Garbage Collector (Terei, Levy)
- Flywheel: Google's Data Compression Proxy for the Mobile Web (Agababov, Buettner, Chudnovsky, Cogan, Greenstein, McDaniel, Piatek, Scott, Welsh, Yin)
- A Machine Learning Strategy to Assist Turbulence Model Development (Brendan Tracey, Karthik Duraisamy, Juan J. Alonso)
- Implementing an intelligent version of the classical sliding-puzzle game for unix terminals using Golang's concurrency primitives ( Pravendra Singh )
- [arxiv:1503.08345 cs.AI] ( http://arxiv.org/abs/1503.08345 )
- Keeping Authorities "Honest or Bust" with Decentralized Witness Cosigning (Syta, Tamas, Visher, Wolinsky, Jovanovic, Gasser, Gailly, Khoffi, Ford)
- Message Passing for Programming Languages and Operating Systems (Martynas Pumputis ) Master’s Thesis
- Type inference for Go (Emin Gigovic, Philip Malmros )
- Open-Source, Platform-Independent Library and Online Scripting Environment for Accessing Thermo Scientific RAW Files. (Kelchtermans, Silva, Argentini, Staes, Vandenbussche, Laukens, Valkenborg, Martens)
- Evaluation of performance and productivity metrics of potential programming languages in the HPC environment ( Bachelor Thesis ; Florian Wilkens ) - ( Go, Rust, C, OpenStreetMap )
- github-code , pdf
- PARAGON: an approach for parallelization of power system contingency analysis using Go programming language
- A Study of Successive Over-relaxation Method Parallelization Over Modern HPC Languages (Mittal)
- There Is More Consensus in Egalitarian Parliaments (Moraru, Andersen, Kaminsky)
- Research Problems of Implementing Go
- bíogo: a simple high-performance bioinformatics toolkit for the Go language (D. Kortschak, D. Adelson)
- P2S: A Fault-Tolerant Publish/Subscribe Infrastructure (Chang, Duan, Meling, Peisert, Zhang)
- Generating a Google Go framework from an Uppaal model (Dekker)
- Using the Go Programming Language in Practice (Westrup, Pettersson)
- A Language Support for Exhaustive Fault-Injection in Message-Passing System Models (Suzuki, Watanabe)
- Big Learning with Bayesian Methods
- GoPar: Automatic Loop Parallelization of Go Programs (Wetherbee)
- SCTP in Go ( Olivier Van Acker )
- Keywords: Stream Control Transmission Protocol (SCTP); Transmission Control Protocol (TCP); Go; Networking;
- Benchmarking Usability and Performance of Multicore Languages ( Sebastian Nanz, Scott West, Kaue Soares da Silveira, Bertrand Meyer)
- arXiv:1302.2837 cs.DC
- Examining the Expert Gap in Parallel Programming (Sebastian Nanz, Scott West, Kaue Soares da Silveira)
- Acropolis: aggregated client request ordering by Paxos (Jothen)
- https://brage.bibsys.no/xmlui//handle/11250/181825
- Implementation and experimental evaluation of live replacement and reconfiguration (Lea)
- Exploiting Parallelism in Coalgebraic Logic Programming (Komendantskaya, Schmidt, Heras)
- Time Warp on the Go (D'Angelo, Ferretti, Marzolla)
- Can Go address the multicore issues of today and the manycore problems of tomorrow? (S. Binet)
- GoCxx: a tool to easily leverage C++ legacy code for multicore-friendly Go libraries and frameworks (S. Binet)
- The Buffered π-Calculus: A Model for Concurrent Languages (Deng, Zhang, Deng, Zhong)
- Analysis of the Go runtime scheduler (Neil Deshpande,Erica Sponsler,Nathaniel Weiss)
- A Comparative Study of Programming Models for Concurrency ( Kaue Soares da Silveira) – Porto Alegre: COMGRAD CIC UFRGS, 2012. Final Report (Bachelor)
- Debian Code Search (Stapelberg)
- Go’s Concurrency Constructs on the SCC (Prell, Rauber)
- ng: What next-generation languages can teach us about HENP frameworks in the manycore era (S. Binet)
- Serving Web Content with Dynamic Process Networks in Go (James Whitehead II)
- DOI: 10.3233/978-1-60750-774-1-209
- [pdf] (http://www.cs.ox.ac.uk/people/jim.whitehead/cpa2011-draft.pdf)
- GoHotDraw: Evaluating the Go Programming Language with Design Patterns (Schmager, Cameron, Noble)
- Home
- Getting started with Go
- Working with Go
- Learning more about Go
- The Go Community
- Using the Go toolchain
- Additional Go Programming Wikis
- Online Services that work with Go
- Troubleshooting Go Programs in Production
- Contributing to the Go Project
- Platform Specific Information
- Release Specific Information