Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Tue, 20 Mar 2018 22:03:00 +0000 Video: Go, C++, or Java for dna sequencing pipelines? #dotgo #data <p>While Go is not designed for parallel programming, it nevertheless has features that are beneficial for parallelism, especially a work-stealing scheduler for goroutines and a concurrent, parallel garbage collector.&nbsp;Pascal Costanza&nbsp;presents an evaluation of programming languages for expressing DNA sequencing pipelines, with Go along C++ and Java. Go hits a sweet spot of performing really well with little programming effort.</p> 12 points posted by kenny https://www.dotconferences.com/2017/11/pascal-costanza-go-c-plus-plus-java-for-dna-sequencing-pipelines 3016 Tue, 12 Dec 2017 12:06:00 +0000 Video: simulating a real world system in go #dotgo By Sameer ajmani <br> 11 points posted by gopher https://www.dotconferences.com/2017/11/sameer-ajmani-simulating-a-real-world-system-in-go 3021 Thu, 14 Dec 2017 16:46:00 +0000 Three heretical opinions about the future of time-series data - Mike Freedman at dotScale 2018 TimescaleDB offers three seemingly heretical insights about data: (1) all data is time-series; (2) what you've heard about it is wrong; and (3) SQL should and does remain the lingua franca for databases. These insights enable new possibilities for architecting database systems, and Mike briefly discusses how TimescaleDB, an open-source time-series database purpose-built on top of PostgreSQL, realizes these needs. 6 points posted by kenny https://www.dotconferences.com/2018/06/mike-freedman-three-heretical-opinions-about-the-future-of-time-series-data 3506 Wed, 15 Aug 2018 20:11:00 +0000 Rethinking errors in go #dotgo Marcel van lohuizen on rethinking errors in go at DotGo 2017 6 points posted by kenny https://www.dotconferences.com/2017/11/marcel-van-lohuizen-rethinking-errors-in-go 2998 Fri, 08 Dec 2017 11:38:00 +0000 Handling slow requests in your go web server #dotgo Jaime silvela on handling slow requests in your go web server. <a href="https://programmingisterrible.com/post/162346490883/how-do-you-cut-a-monolith-in-half" style="box-sizing: border-box; margin: 0px; padding: 0px; border: 0px; font-variant-numeric: inherit; font-stretch: inherit; font-size: 20px; line-height: inherit; font-family: &quot;PT Serif&quot;, serif; vertical-align: bottom; text-decoration-line: underline; color: rgb(0, 0, 0); white-space: pre-wrap; word-wrap: break-word; letter-spacing: 0.4px; background-color: rgb(245, 245, 245);">This article</a>&nbsp;added to my determination to move away from queues. 4 points posted by kenny https://www.dotconferences.com/2017/11/jaime-silvela-handling-slow-requests-in-your-go-web-server 2999 Fri, 08 Dec 2017 12:48:00 +0000