Explore >> Select a destination


You are here

knight.sc
| | ostash.dev
4.5 parsecs away

Travel
| | 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
3.8 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...
| | eli.thegreenplace.net
2.9 parsecs away

Travel
| |
| | www.parsonsmatt.org
10.1 parsecs away

Travel
| (this post is part of a series on Object Oriented Programming in Haskell - see tutorials for a table of contents)