mmap bindings for node.js that work
Simple malloc() & free() implementation on top of buffers and array buffers.
Simple append-only alloc() implementation on top of buffers and array buffers, useful for logs.
Provides a virtual address space for large, persistent segments of memory via ArrayBuffers, and methods for allocating and freeing within it, optionally via a simple reference counting garbage collector.
Memory mapped kit provides a high level API for managing mmap data in form of array or queue
Memory mapped kit provides a high level API for managing mmap data in form of array or queue