|
You are here |
knight.sc | ||
| | | | |
ostash.dev
|
|
| | | | | Working with larger Clojure projects or libraries requires us to use some concepts that we all know from the Object Oriented Programming (OOP) world. | |
| | | | |
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... | |
| | | | |
eli.thegreenplace.net
|
|
| | | | | ||
| | | | |
www.parsonsmatt.org
|
|
| | | (this post is part of a series on Object Oriented Programming in Haskell - see tutorials for a table of contents) | ||