Emmap - wrapper that allows you to memory map files into the Erlang memory space

A new version of the emmap library was released.

This version adds persistent atomic counters, a persistent FIFO queue that uses a memory mapped file as a disk storage. This leads to fast enqueue/dequeue operations using in-memory access to Erlang terms which are automatically stored on disk.

Enjoy!

Serge

5 Likes