|
You are here |
eli.thegreenplace.net | ||
| | | | |
ghvsted.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | |||