languages

languages

143 bookmarks
Newest
Let My Gophers Go!
Let My Gophers Go!
A new tool that blends your everyday work apps into one. It's the all-in-one workspace for you and your team
·wdesert.notion.site·
Let My Gophers Go!
Ben Johnson – Medium
Ben Johnson – Medium
Read writing from Ben Johnson on Medium. Writing databases and distributed systems in Go. Every day, Ben Johnson and thousands of other voices read, write, and share important stories on Medium.
·medium.com·
Ben Johnson – Medium
Blog Posts
Blog Posts
Get insights into building modern Go applications from the best Go veterans. Our blog covers best practices, tips, and tricks for creating high-performance, advanced Go apps.
·threedots.tech·
Blog Posts
An Optimization That's Impossible in Rust! | ltungv
An Optimization That's Impossible in Rust! | ltungv
In this article, I'll describe how I implemented German string and the challenges of doing so in Rust. Specifically, I'll examine how to enable shared ownership for such data structure. Providing unique ownership is relatively trivial, and there is already a nicely written tutorial from the Rustonomicon teaching you how to [implement a `Vec`], which is not much different from a `String`. But first, let's talk about the concept of German string.
·tunglevo.com·
An Optimization That's Impossible in Rust! | ltungv