https://github.com/openhft/posix
https://github.com/openhft/posix
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openhft/posix
- Owner: OpenHFT
- License: other
- Created: 2021-08-31T08:02:40.000Z (over 4 years ago)
- Default Branch: ea
- Last Pushed: 2025-07-21T04:00:36.000Z (6 months ago)
- Last Synced: 2025-07-21T06:10:33.239Z (6 months ago)
- Language: Java
- Size: 255 KB
- Stars: 4
- Watchers: 10
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.adoc
Awesome Lists containing this project
README
= Posix
Peter Lawrey, 31/08/2021
Posix library used by OpenHFT.
This supports calls to do with memory mapping which other Posix libraries don't seem to cover.
== Switching implementations.
This library uses JNR, JNA or reflection/raw Java versions as is available.