portable-mmap

an mmap shim for windows with fallback for unix systems by Mike Frysinger <[email protected]>. Mirrored from https://gist.github.com/r-lyeh-archived/bc29c8630dd778454001 (by jessrud)

Portable-mmap Alternatives

Similar projects and alternatives to portable-mmap

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better portable-mmap alternative or higher similarity.

portable-mmap reviews and mentions

Posts with mentions or reviews of portable-mmap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-29.
  • How do you build cross-platform C programs?
    3 projects | /r/C_Programming | 29 Apr 2023
    Use libraries that support the targeted platforms. Use a meta build system (like cmake) that can spit out things like a make build for Linux or a visual studio project for windows. For things with no cross-platform API, either implement different paths with a define or find shim code implementing one api with another like this one to be able to use windows memory map as if it were posix mmap: https://github.com/jessrud/portable-mmap

Stats

Basic portable-mmap repo stats
1
1
10.0
almost 5 years ago

jessrud/portable-mmap is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of portable-mmap is C.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com