From a41aa03ac2af540feb8b9f37b52324e0c925671e Mon Sep 17 00:00:00 2001 From: Julien Lange Date: Fri, 21 Dec 2018 10:52:08 +0100 Subject: [PATCH] Updated ResearchPapers (markdown) --- ResearchPapers.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ResearchPapers.md b/ResearchPapers.md index 3ef8e3d0..2a6bf33b 100644 --- a/ResearchPapers.md +++ b/ResearchPapers.md @@ -1,4 +1,10 @@ This page lists academic and industry research papers about Go or using Go as the implementation language. +## 2019 + +- An empirical study of messaging passing concurrency in Go projects (N. Dilley, J. Lange) + - [SANER'19 pre-print](https://www.cs.kent.ac.uk/people/staff/jl703/papers/dilley-lange-saner19-preprint.pdf) + - [web-page](https://www.cs.kent.ac.uk/people/staff/jl703/go-survey/) + ## 2018 - ProIO: An Event-Based I/O Stream Format for Protobuf Messages (D. Blyth, J. Alcaraz, S. Binet, S.V. Chekanov)