https://github.com/bethibande/memory-utils
Fast java buffer implementations
https://github.com/bethibande/memory-utils
java
Last synced: 2 months ago
JSON representation
Fast java buffer implementations
- Host: GitHub
- URL: https://github.com/bethibande/memory-utils
- Owner: Bethibande
- License: apache-2.0
- Created: 2025-09-24T14:56:54.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-12-22T13:35:56.000Z (6 months ago)
- Last Synced: 2025-12-23T21:37:50.935Z (6 months ago)
- Topics: java
- Language: Java
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# memory-utils
A collection of buffer implementations in Java.
> [!WARNING]
> These buffer implementations prioritize performance over safety. Beyond basic memory safety (no overflows and such) nothing else is guaranteed.
> Read & Write offsets and many other things are never validated, incorrect usage can result in a lot of issues that are difficult to identify & debug.