mmap
File mapping utility
Provides a portable way to map files into the address space of a process without manual memory copying.
Portable mmap (file memory mapping) utility library.
33 stars
4 watching
6 forks
Language: Common Lisp
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
jdonnerstag/vlang-mmap | Provides memory mapping functionality for a V-lang compiler | 5 |
shinmera/file-attributes | Provides functions to retrieve and set file attributes in a platform-independent manner. | 18 |
vimpunk/mio | A cross-platform C++11 library for memory mapped file IO with support for shared and non-shared semantics. | 1,709 |
jermp/mm_file | An implementation of memory-mapped files in C++ for fast integration into larger projects. | 25 |
shinmera/file-select | Provides a way to invoke native file dialogs on various platforms for selecting or creating files. | 20 |
shinmera/ubiquitous | A library providing persistent configuration storage through an easy-to-use API. | 28 |
shinmera/filesystem-utils | A collection of utility functions for working with the file system. | 14 |
shinmera/zippy | A library for reading and writing the PKWARE Zip archive format. | 15 |
shinmera/staple | A tool for generating documentation pages from source code | 60 |
shinmera/trivial-arguments | A utility for extracting function argument lists from Common Lisp functions. | 22 |
mbloch/mapshaper-proj | A JavaScript port of the Proj.4 map projection library, implementing its 130+ projections and datum transformations. | 38 |
shinmera/plump | A parser for HTML/XML-like documents with lenient handling of invalid markup | 120 |
shinmera/modularize | A framework for organizing and managing reusable code components in Common Lisp applications. | 8 |
shinmera/file-notify | Libraries that provide file change detection functionality across multiple operating systems | 28 |
shinmera/trivial-extensible-sequences | Provides a portability layer for the extensible sequences standard in Common Lisp | 12 |