Explore >> Select a destination


You are here

eli.thegreenplace.net
| | ghvsted.com
7.3 parsecs away

Travel
| | During the week I stumbled upon an experimental implementation of memory mapping in the Golang standard library, package Mmap. I decided to explore the standard library package and dig deeper into the concept of memory mapping ? This article is the product of my exploration. In this post, I?ll attempt to answer some questions I initially had & assume the reader will have about MMAP. What is Memory Mapping? Memory mapping is a mechanism that maps a region of a file from disk to memory allowing read and wr...
| | ukiahsmith.com
4.9 parsecs away

Travel
| | Often times we need to unmarshal upstream data with unique constraints. Such as custom data types, or custom parsing of specific formats. Using the standard library could be impractical, and handling long structs manually can be tedious; however there is an alternative.
| | benhoyt.com
6.1 parsecs away

Travel
| | A brief introduction to Go for programmers who haven't used Go before: Why use it? The standard library. And the language itself.
| | www.scattered-thoughts.net
31.7 parsecs away

Travel
|